Expand description
Provides StringEscaper
and HtmlEscaper
to escape strings for use in string literals and HTML elements respectively.
Structsยง
- Html
Escaper - Escapes a string for the inside of an HTML element.
- String
Escaper - Escapes a string for the inside of a string literal.