Writes the HTML escaped version of a given string to an output range (escapes every character).
Writes the HTML escaped version of a given string to an output range (also escapes double quotes).
Writes the HTML escaped version of a given string to an output range.
Writes the HTML escaped version of a character to an output range.
Returns the HTML escaped version of a given string (escapes every character).
Returns the HTML escaped version of a given string (also escapes double quotes).
Returns the HTML escaped version of a given string.
Minimally escapes a text so that no HTML tags appear in it.
HTML character entity escaping.
TODO: Make things @safe once Appender is.