Module vibe.textfilter.html
Functions
Function name | Description |
---|---|
filterHtmlAllEscape | Writes the HTML escaped version of a given string to an output range (escapes every character). |
filterHtmlAttribEscape | Writes the HTML escaped version of a given string to an output range (also escapes double quotes). |
filterHtmlEscape | Writes the HTML escaped version of a given string to an output range. |
filterHtmlEscape | Writes the HTML escaped version of a character to an output range. |
htmlAllEscape | Returns the HTML escaped version of a given string (escapes every character). |
htmlAttribEscape | Returns the HTML escaped version of a given string (also escapes double quotes). |
htmlEscape | Returns the HTML escaped version of a given string. |
htmlEscapeMin | Minimally escapes a text so that no HTML tags appear in it. |
Enums
Enum name | Description |
---|---|
HtmlEscapeFlags |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.