escapeHTML(text: String);
text. Text to escape.
The escapeHTML method escapes characters of HTML markup in specified string.
This method returns a String-type value.
For unescaping control characters, use the PP.unescapeHTML method.
The example of use is given in the with description of the PP.create method.
See also: