filterHTMLAllEscape

Writes the HTML escaped version of a given string to an output range (escapes every character).

void
filterHTMLAllEscape
(
R
S
)
(
ref R dst
,
S str
)
if (
isOutputRange!(R, dchar) &&
isInputRange!S
)

Meta