Function: url_encode

Syntax

url_encode (<string>)

Type

string

Returns

A string valued converted into an encoded URL.

Parameters

Examples

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

See Also

Commands:

browser

Functions:

url_decode (string)