ICI Modules: cgi: urle_to_string
Modules by name : by typeSynopsis
string = cgi.urle_to_string(string)Description
Converts an string containing "URL encoded" characters as sent in HTTP requests to a string object. This replaces "% hex-digit hex-digit" sequences with their single byte values and substitutes spaces for "+" characters.
Also See