libSUFR
a LIBrary of Some Useful Fortran Routines
All Classes Namespaces Files Functions Variables Pages
text_html.f90 File Reference

(libSUFR version 0.7.8, revision 407, hash 01069b8, 2025-03-02)

Procedures to manipulate text strings containing HTML code. More...

Go to the source code of this file.

Modules

module  sufr_text_html
 Procedures to manipulate text strings containing HTML code.
 

Functions/Subroutines

subroutine sufr_text_html::remove_html (str, debug)
 Remove HTML code from a string using all remove_html_* subroutines available in libSUFR.
 
subroutine sufr_text_html::remove_html_links (str, debug)
 Remove HTML links from a string (but keep the text in the link)
 
subroutine sufr_text_html::remove_html_images (str, debug)
 Remove code for HTML images from a string.
 
subroutine sufr_text_html::remove_html_bold_italics (str)
 Remove HTML bold and italics from a string.
 
subroutine sufr_text_html::remove_html_br_p_hr (str)
 Remove HTML
,.
 

Detailed Description

Procedures to manipulate text strings containing HTML code.

Definition in file text_html.f90.