Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Global Object unescape Method

Decodes String objects encoded with the escape method.

Syntax: JScript Global Object unescape Method

unescape(charstring)

Arguments: JScript Global Object unescape Method

charstring

A String object to be decoded.

Remarks: JScript Global Object unescape Method

The unescape method 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.

Characters encoded in %uxxxx format (Unicode characters) are replaced with the Unicode character with hexadecimal encoding xxxx.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.