ICI Modules: cgi: urle_to_string


Modules by name : by type

Synopsis

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

cgi.string_to_urle