Microsoft® JScript
unescape Function
See Also
Language Reference 


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 replaced by their ASCII character set equivalents.


© 1996 by Microsoft Corporation.


Casa de Bender