url_decode (<string>)
string
A string value converted from an encoded URL.
<string>
The encoded url
string to be decoded.
string s = 'http%3A%2F%2Fanc%2Fserv%2FWIISE%3Fservice%3DVPF' tell url_decode(s) # yields 'http://anc/serv/WIISE?service=VPF'
Commands: |
|
Functions: |
url_encode (string) |