StripOffHTMLTags
Mon 01 January 2018Syntax
StripOffHTMLTags(HTML_text)
Description
Use the StripOffHTMLTags function to strip all HTML tags in an HTML-formatted string. The function removes all tags in the form of â<text>â and returns plain text.
If the HTML string was generated by a rich text editor, any â<â and â>â characters in the original text are not stripped because the rich text editor generates "<" as "<", and ">" as ">".
Parameters
Field or Control |
Definition |
---|---|
HTML_text |
A String consisting of HTML-formatted text. |
Returns
String