Free cookie consent management tool by TermsFeed toHtml() Function
toHtml() Function

Function

toHtml( text )

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.

Parameters

Keyword Type Description

text

Text

The string of text to be converted to HTML

Returns

Text

Usage considerations

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 10, 2023 (03:42:48 PM)

toHtml() Function

FEEDBACK