function unescape
unescape(string: string): string
Deprecated

A legacy feature for browser compatibility

Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

Parameters

string: string

A string value

Return Type

string