escapeHTML(text a)
Group |
Changes a text a in a way so that it can be used in an HTML text/file, i.e. characters that are reserved in HTML are escaped.
Description of Parameters
Parameter |
Description |
a |
Value. |
Examples
Parameter a |
Result |
a < b && b > c |
a < b && b > c |