toHtml() Function

Converts a string in plain text to the HTML equivalent that displays appropriately in an HTML page, by replacing reserved characters with their escaped counterparts.

Syntax

toHtml( text )

text: (Text) The string of text to be converted to HTML

Returns

Text

Notes

This function is not necessary when using certain allowed HTML tags, which are always allowed in Expressions.

Examples

toHTML("Hello <br> World") returns Hello &lt;br&gt; World

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

On This Page

FEEDBACK