NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
encode_html multimethod
encode_html multimethod
Methods
encode_html(
s:
Str
)
Source:
stdlib.ngs:6061
Encodes HTML. Escapes &, < and > .
Returns
Str
Example
"ab>+c%&'".encode_html() # "ab>+c%&'"