hiEscapeHTMLTags
hiEscapeHTMLTags(t_string) =>t_escString
Description
Returns a string in which HTML tags such as greater-than and less-than are replaced with or converted to character directives such as ampersand-g-t-semicolon and ampersand-l-t-semicolon.This is done to preserve the display of the HTML tags in places such as field prompts.
Argument
Values Returned
Examples
hiEscapeHTMLTags ( "&between-ampersands& <in-angle-brackets>" )
=> "&amp;between-ampersands&amp; &lt;in-angle-brackets&gt;"
Related Topics
Return to top