PowerUp Description
The pwrHTMLUNENCODE PowerUp function converts a string value with HTML encoding to its equivalent string with special characters unencoded to be more readable.
PowerUp Syntax
pwrHTMLUNENCODE(value)
The pwrHTMLUNENCODE PowerUp function has the following arguments:
value – Required. This is the HTML encoded string to have special characters unencoded to be readable.
Return Value
pwrHTMLUNENCODE will return an equivalent string with special characters properly unencoded so they may be more easily read.
Remarks
None.
Example
=pwrHTMLUNENCODE("The horizontal rule tag is <hr>")
Returns the following:
The horizontal rule tag is <hr>