[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Usage: (html-escape-encode str)
Substitute escape sequences for characters that are special to HTML/XML.
It will replace "&
", "<
" and ">
" with the strings,
"&
", "<
", and ">
", respectively.
Arguments:
str - string to transform