standard.lib.str.ToHTML

ToHTML is available since version 1.0.

Prototype:

string ToHTML(string str)

Description:

Converts a string to a HTML compatible string (replacing all the <, > and & with the HTML codes).

Return value:

Returns a HTML compatible string.