Url decode a string
String urlDecode( String x )
x The string to decode
URL decode a string. This reverses the effect of WebCommon.urlEncode (3kaya) 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.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
WebCommon.urlEncode (3kaya)