Ext.UnencodeURL()

Converts URL-encoded version of urlString from hex-encoded sequences.

Function Signature

 string Ext.UnencodeURL( urlString )

Parameters

Parameter Type Description
urlString

string

Use this parameter to provide a string to unencode.

Return

Type Description

string

The unencoded version of the string.

Technical Details

SBM ModScript version: 11.3.

Notes

For example, %26 becomes &. To convert a string to hex-encoded sequences, use Ext.EncodeURL().

Related Topics

Extension Functions