unescape
Converts an escape-encoded string into a decoded string by replacing the hexadecimal escape sequences with their corresponding characters. Also see escape.
Syntax
function unescape(string: string): string
Parameter | Description |
---|---|
string
|
Escape-encoded string you wish to unescape. |
Return Value
Returns the unescaped string.