1Strings(3kaya) Kaya module reference Strings(3kaya)
2
3
4
6 Strings - String processing functions
7
9 This module contains string processing functions.
10
12 Strings.base64Decode (3kaya)
13 Strings.base64Encode (3kaya)
14 Strings.elem (3kaya)
15 Strings.fields (3kaya)
16 Strings.filter (3kaya)
17 Strings.firstOccurs (3kaya)
18 Strings.firstOccurs_1 (3kaya)
19 Strings.head (3kaya)
20 Strings.join (3kaya)
21 Strings.join_1 (3kaya)
22 Strings.lines (3kaya)
23 Strings.ltrim (3kaya)
24 Strings.rtrim (3kaya)
25 Strings.tail (3kaya)
26 Strings.trim (3kaya)
27 Strings.unwords (3kaya)
28 Strings.words (3kaya)
30 Kaya standard library by Edwin Brady, Chris Morris and others
31 (kaya@kayalang.org). For further information see http://kayalang.org/
33 The Kaya standard library is free software; you can redistribute it
34 and/or modify it under the terms of the GNU Lesser General Public
35 License (version 2.1 or any later version) as published by the Free
36 Software Foundation.
37
38
39
40Kaya December 2010 Strings(3kaya)