This function replaces special characters with HTML entities.


escapeHTML(text) #Output: Text



Parser expressionDescription


escapeHTML("<Français>" )


This example returns: 

&lt;Fran&ccedil;ais&gt;


escapeHTML("JWT & Jira = <3" )


This example returns:

JWT &amp; Jira = &lt;3



Parameters used in this function

ParameterInput (data type)Description
text

Any given text.



This function returns a


If you want to achieve the opposite try using unescapeHTML() instead.



Use cases and examples



Parser function cloud
Map(error)
NotesJira Expression doesn't have the power to escape HTML characters.






Status
Tech review

Style guide




Short description

Replaces special characters with HTML entities.

Output

Available since

Label