Ext.UnencodeURL( urlString )

Description

Converts URL-encoded version of urlString from hex-encoded sequences to ASCII equivalents. For example, %26 becomes &. To convert ASCII characters to hex-encoded sequences, use Ext.EncodeURL( urlString ).

Argument

urlString

Use this argument to provide a string to encode to ASCII format.

Return Values

The unencoded version of the string urlString.

Related Topics