More actions
No edit summary |
No edit summary |
||
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 03: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