escapeHTML(text a)


Changes a text a in such a way that it can be used in an HTML text/file, i.e. characters that are reserved in HTML are escaped. See examples below.

Description of Parameters


Parameter

Description

a

Text.

Examples


Parameter a

Result

a < b && b > c

a &lt; b &amp;&amp; b > c