vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
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.