StripOffHTMLTags

Mon 01 January 2018

Syntax

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 "&lt;", and ">" as "&gt;".

Parameters

Field or Control

Definition

HTML_text

A String consisting of HTML-formatted text.

Returns

String