Provided by: kaya_0.4.4-6ubuntu3_amd64 bug

NAME

       WebCommon::urlDecode - URL decode a string

SYNOPSIS

       String urlDecode( String x )

ARGUMENTS

       x The string to decode

DESCRIPTION

       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.

AUTHORS

       Kaya  standard  library  by  Edwin Brady, Chris Morris and others (kaya@kayalang.org). For
       further information see http://kayalang.org/

LICENSE

       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.

RELATED

       WebCommon.urlEncode (3kaya)