Decode a string from the "x-www-form-urlencoded" form.
This is what happens:
Unescape( x )
x | The string to be decoded. |
---|
The decoded string.
Unescape ("Peter+Schmidt") // Returns Peter Schmidt Unescape ("Configuraci%c3%b3n") // Returns Configuración Unescape ("Friedrichstra%c3%9fe+231%2c+10969+Berlin") // Returns Friedrichstraße 231, 10969 Berlin