Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

t_string

Specifies the string that has HTML tags

Values Returned

t_escString

String that has the converted character directives

Examples

hiEscapeHTMLTags ( "&between-ampersands& <in-angle-brackets>" )
=> "&amp;amp;between-ampersands&amp;amp; &amp;lt;in-angle-brackets&amp;gt;"

Related Topics

Form and Field Functions


Return to top
 ⠀
X