filterHTMLAttribEscape

Writes the HTML escaped version of a given string to an output range (also escapes double quotes).

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

Meta