Skip to content
Chris Petersen edited this page Sep 18, 2015 · 1 revision

Escapes a string for HTML inclusion.

Parameter Description
str String to be escaped

Example

> (html-escape "1<2")
"1&lt;2"
Clone this wiki locally