1WebCommon.urlDecode(3kaya)   Kaya module reference  WebCommon.urlDecode(3kaya)
2
3
4

NAME

6       WebCommon::urlDecode - URL decode a string
7

SYNOPSIS

9       String urlDecode( String x )
10

ARGUMENTS

12       x The string to decode
13

DESCRIPTION

15       URL  decode  a  string. This reverses the effect of WebCommon.urlEncode
16       (3kaya)
17        This processing is already done by Kaya when  handling  GET  and  POST
18       data,  and  so it is not necessary (and will usually cause data errors)
19       to use this function on data from these sources.
20

AUTHORS

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

LICENSE

26       The  Kaya  standard  library  is free software; you can redistribute it
27       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
28       License  (version  2.1  or  any later version) as published by the Free
29       Software Foundation.
30
32       WebCommon.urlEncode (3kaya)
33
34
35
36Kaya                             December 2010      WebCommon.urlDecode(3kaya)
Impressum