More actions
jrfconvert import |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
| |||
====encodeHtmlEntities==== | ==== encodeHtmlEntities ==== | ||
Encodes a string to be displayed in a browser. | Encodes a string to be displayed in a browser. | ||
'''Syntax''' | '''Syntax''' | ||
'''Availability'''Version 5.4 | 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]] |
Latest revision as of 10:36, 22 December 2011
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 < b
Availability
Version 5.4