Functions

urlDecode

Supported By

Syntax

[the] urlDecode of factor

urlDecode ( expression )

Factor and expression yield strings.

Description

The urlDecode function decodes any sequences of the form %XX in the specified string, replaces plus signs with spaces, and returns the decoded string. The string is decoded in the same way that posted data from an HTML form is decoded.

The decoding of sequences for non-ASCII characters is determined by the text encoding specified by the textEncoding property.

See Also

urlEncode, htmlEncode, htmlDecode