Function htmlEscapeMin
Minimally escapes a text so that no HTML tags appear in it.
string htmlEscapeMin(R)
(
R str
) @trusted
if (isInputRange!R);
Minimally escapes a text so that no HTML tags appear in it.
string htmlEscapeMin(R)
(
R str
) @trusted
if (isInputRange!R);