Unescape
methodsDecodes string from UTF-8 or a Unicode character set. Substitutes the native unescape function, which should not be used according to the recommendations of the ECMA-262 standard.
Parameters:valueString
Returns:String
The string that needs to be unescaped (decoded).
The unescaped (decoded) string.