vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
filterHTMLEscape
index
vibe
textfilter
html
Writes the HTML escaped version of a given string to an output range.
void
filterHTMLEscape
(R dst, S str, HTMLEscapeFlags flags)
void
filterHTMLEscape
(
R
S
)
(
ref
R
dst
,
S
str
,
HTMLEscapeFlags
flags
=
HTMLEscapeFlags.escapeNewline
)
if
(
isOutputRange
!(
R
,
dchar
) &&
isInputRange
!
S
)
void
filterHTMLEscape
(R dst, dchar ch, HTMLEscapeFlags flags)
Meta
Source
See Implementation
index
vibe
textfilter
html
enums
HTMLEscapeFlags
functions
filterHTMLAllEscape
filterHTMLAttribEscape
filterHTMLEscape
htmlAllEscape
htmlAttribEscape
htmlEscape
htmlEscapeMin
Writes the HTML escaped version of a given string to an output range.