filterHTMLEscape

Writes the HTML escaped version of a given string to an output range.

  1. void filterHTMLEscape(R dst, S str, HTMLEscapeFlags flags)
    void
    filterHTMLEscape
    (
    R
    S
    )
    if (
    isOutputRange!(R, dchar) &&
    isInputRange!S
    )
  2. void filterHTMLEscape(R dst, dchar ch, HTMLEscapeFlags flags)

Meta