Escape extension

Bundles all kinds of string escape conversions

on

Methods

escapeHTML() String

Available on String, provided by the Escape extension

Return the HTML escaped version of a string
escapeHtml() String

Available on String, provided by the Escape extension

Return the HTML escaped version of a string
escapeRegExp() String

Available on String, provided by the Escape extension

Return the RegExp escaped version of a string
unescapeHtml() String

Available on String, provided by the Escape extension

Return the unescaped HTML version of a string
unEscapeRegExp() String

Available on String, provided by the Escape extension

Return the un-escaped version of a regex
unescapeRegExp() String

Available on String, provided by the Escape extension

Return the unescaped version of a regex-escaped string