PowerUp Description

The pwrHTMLENCODE PowerUp function converts a string value to its equivalent string with special characters encoded for HTML.

PowerUp Syntax

pwrHTMLENCODE(value)

The pwrHTMLENCODE PowerUp function has the following arguments:

value – Required. This is the string to have special characters encoded for HTML.

Return Value

pwrHTMLENCODE will return an equivalent string with special characters properly encoded for an HTML document.

Remarks

None.

Example

=pwrHTMLENCODE("The horizontal rule tag is <hr>")

Will return the following:

The horizontal rule tag is &lt;hr&gt;

Leave a Reply

Your email address will not be published. Required fields are marked *