stripHtml() Function

Changes the provided HTML string into a plain text string by converting <br>, <p>, and <div> to line breaks, stripping all other tags, and converting escaped characters into their display values.

Syntax

striphtml( html )

html: (Text) the html text to be "stripped" of tags and converted to plain text.

Returns

Text

Examples

=stripHtml("<p>Click <b>Save</b>.</p>") returns Click Save.

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK