Module escapes

Source
Expand description

Provides StringEscaper and HtmlEscaper to escape strings for use in string literals and HTML elements respectively.

Structsยง

HtmlEscaper
Escapes a string for the inside of an HTML element.
StringEscaper
Escapes a string for the inside of a string literal.