| Operator Type: | Function |
| Operator Scope of Action: | Item |
| Operator Purpose: | Formatting |
escapeHTML(data)
escapeHTML converts HTML and XML special characters in data to HTML/XML entities. For example, '<' is replaced by '<' and '&' is replaced by '&'.
