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