Functions

urlQueryDecode

Supported By

Syntax

[the] urlQueryDecode of factor

urlQueryDecode ( expression )

Factor and expression yield strings.

Description

The urlQueryDecode function takes a URL query string and produces a dictionary with corresponding keys and values.

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

See Also

urlQueryEncode, urlDecode, urlEncode