html escape - part-cw/lambdanative GitHub Wiki

(html-escape str)

Escapes a string for HTML inclusion.

Parameter Description
str String to be escaped

Example

> (html-escape "1<2")
"1&lt;2"