Escape extension
Bundles all kinds of string escape conversions
- on
Methods
-
escapeHTML(
) → String - Return the HTML escaped version of a string
-
escapeHtml(
) → String - Return the HTML escaped version of a string
-
escapeRegExp(
) → String - Return the RegExp escaped version of a string
-
unescapeHtml(
) → String - Return the unescaped HTML version of a string
-
unEscapeRegExp(
) → String - Return the un-escaped version of a regex
-
unescapeRegExp(
) → String - Return the unescaped version of a regex-escaped string