PP.escapeHTML

Syntax

escapeHTML(text: String);

Parameters

text. Text to escape.

Description

The escapeHTML method escapes characters of HTML markup in specified string.

Comments

This method returns a String-type value.

For unescaping control characters, use the PP.unescapeHTML method.

Example

The example of use is given in the with description of the PP.create method.

See also:

PP