String urlDecode(String x)
Arguments
x: The string to decode
Usage
URL decode a string. This reverses the effect of urlEncode. This processing is already done by Kaya when handling GET and POST data, and so it is not necessary (and will usually cause data errors) to use this function on data from these sources.