Procedures to manipulate text strings containing HTML code.
subroutine remove_html_links(str, debug)
Remove HTML links from a string (but keep the text in the link)
subroutine remove_html(str, debug)
Remove HTML code from a string using all remove_html_* subroutines available in libSUFR.
subroutine remove_html_bold_italics(str)
Remove HTML bold and italics from a string.
subroutine remove_html_images(str, debug)
Remove code for HTML images from a string.
subroutine remove_html_br_p_hr(str)
Remove HTML ,.
Procedures to manipulate text/strings.
pure subroutine replace_substring(string, str_srch, str_repl)
Search and replace occurences of a substring in a string as often as the search string is found.
subroutine remove_substring(string, substr, debug)
Remove a substring from a string, if present.