htmlEscapeMin

Minimally escapes a text so that no HTML tags appear in it.

@trusted
string
htmlEscapeMin
(
R
)
(
R str
)
if (
isInputRange!R
)

Meta