Difference between revisions of "EncodeHtmlEntities"
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | + | ||
+ | ==== encodeHtmlEntities ==== | ||
+ | |||
+ | Encodes a string to be displayed in a browser. | ||
+ | |||
+ | '''Syntax''' | ||
+ | encodeHtmlEntities''(inputString)'' | ||
+ | '''Arguments'''''inputString'': is a string expression. | ||
− | + | '''Return type''' | |
+ | string | ||
− | + | '''Example''' | |
+ | print(encodeHtmlEntities("a < b"));//a &lt; b | ||
− | ''' | + | '''Availability''' |
+ | Version 5.4 | ||
− | + | [[Category:String_Functions]] | |
− | |||
− |
Revision as of 04:26, 14 December 2011
encodeHtmlEntities
Encodes a string to be displayed in a browser.
Syntax encodeHtmlEntities(inputString) ArgumentsinputString: is a string expression.
Return type string
Example print(encodeHtmlEntities("a < b"));//a < b
Availability Version 5.4