1CGI.expandQuery(3kaya) Kaya module reference CGI.expandQuery(3kaya)
2
3
4
6 CGI::expandQuery - Look up a short name to get a fully expanded query
7 string.
8
10 String expandQuery( String shortName )
11
13 shortName The short name to look up
14
16 This function looks up a short name to get the fully expanded query
17 string, returning the full string, or an empty string if no expansion
18 is available.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 CGI.expandQuery(3kaya)