Function Block STRIP_TAGS

The Function Block STRIP_TAGS removes HTML and PHP tags from a string.

Input STR

The input defines the HTML page as a string, from which all tags should be removed.

Input ALLOWABLE TAGS

The input allows specifying allowed tags as a string that should be ignored. For example, "<i><b><u>".

Output

The output attempts to return a string that represents the version of input STR reduced by all NULL bytes, HTML and PHP tags.