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 character to an output range.
void
filterHTMLEscape
(R dst, S str, HTMLEscapeFlags flags)
void
filterHTMLEscape
(R dst, dchar ch, HTMLEscapeFlags flags)
void
filterHTMLEscape
(
R
)
(
ref
R
dst
,
dchar
ch
,
HTMLEscapeFlags
flags
=
HTMLEscapeFlags.escapeNewline
)
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 character to an output range.