This function replaces HTML escapes with their corresponding Unicode characters.
Bash
unescapeHTML(text) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns JWT & Jira = <3 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Any given text that might contain escaped HTML characters. |
Output
This function returns a text
If you want to achieve the opposite try using escapeHTML() instead.
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|