
The Function Block STRIP_TAGS removes HTML and PHP tags from a string.
The input defines the HTML page as a string, from which all tags should be removed.
The input allows specifying allowed tags as a string that should be ignored. For example, "<i><b><u>".
The output attempts to return a string that represents the version of input STR reduced by all NULL bytes, HTML and PHP tags.