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