|  | libSUFR
    a LIBrary of Some Useful Fortran Routines | 
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 ,. | |
Procedures to manipulate text strings containing HTML code.
Definition in file text_html.f90.