ICI Modules: cgi: string_to_urle
Modules by name : by typeSynopsis
string = cgi.string_to_urle(string)Description
Converts an ICI string object to the "URL encoded" form used in HTTP. This converts all spaces to "+" characters and non-alphanumerics to two digit hexidecimal numbers preceeded with a "%" character.
Also See