You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

This function unescapes the given text by transforming any Unicode characters to their corresponding escapes.

Syntax
unescapeHTML(text) #Output: Text
Examples
Parser expressionDescription
unescapeHTML("JWT & Jira = <3")

This example returns the following text"JWT & Jira = <3"

Additional information

Parameters used in this function

ParameterInput (data type)Description
text

TEXT

Any given text that might contain escaped HTML characters.
Output

This function returns a TEXT