Function: url_decode

Syntax

url_decode (<string>)

Type

string

Returns

A string value converted from an encoded URL.

Parameters

Examples

string s = 'http%3A%2F%2Fanc%2Fserv%2FWIISE%3Fservice%3DVPF'
tell url_decode(s)
# yields 'http://anc/serv/WIISE?service=VPF'

See Also

Commands:

browser

Functions:

url_encode (string)