Microsoft® JScript™
unescape Function
Language Reference |
Version 1 |

See Also


Description

Decodes String objects encoded with the escape function.

Syntax

unescape(charstring)

The charstring argument is a String object to be decoded.

Remarks

The unescape function returns a new String object that contains the contents of charstring. All characters encoded with the %xx hexadecimal form are replaced by their ASCII character set equivalents.


© 1997 Microsoft Corporation. All rights reserved.