Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged


Page properties
hiddentrue


Short description

Replaces HTML escapes with their corresponding Unicode characters.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.2.30



UI Text Box
sizemedium
typeinfo

This function replaces HTML escapes with their corresponding Unicode characters.


Code Block
languagebash
titleSyntax
linenumberstrue
unescapeHTML(text) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
unescapeHTML("JWT & Jira = <3")


This example returns

JWT & Jira = <3



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titletext

Any given text that might contain escaped HTML characters.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext


UI Text Box
typetip

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