Method Protocols.HTTP.percent_decode()
- Method percent_decode
 stringpercent_decode(strings)- Description
 Decodes URI-style %XX encoded chars in the given string.
- See also
 - Bugs
 This function currently does not accept wide string input, which is necessary to work as the reverse of iri_encode.