iterami
/
Docs.htm
/
common HTM Repos
/
core.js
/core_html_format(string)
Replaces characters in a string that may cause HTML errors and returns it:
"&" = "&"
"<" = "<"
">" = ">"
"'" = "'"
'"' = """
"\n\r" = "<br>"
"\n" = "<br>"
Arg
Default
Type
string
string