Microsoft® JScript unescape Function See Also |
Language Reference
|
Decodes String objects encoded with the escape function.
unescape( charstring )
The charstring argument is a String object to be decoded.
The unescape function returns a new String object that contains the contents of charstring. All characters encoded with the %xx hexadecimal form replaced by their ASCII character set equivalents.