Lodash.unescape

The inverse of _.escape; this method converts the HTML entities &, <, >, ", and ' in string to their corresponding characters.

Note: No other HTML entities are unescaped. To unescape additional HTML entities use a third-party library like he.

struct Lodash
nothrow @trusted @safe ref
unescape
()
()

Return Value

Type: auto ref

- Lodash chained on (string): the unescaped string.

Meta