1Builtins.length(3kaya) Kaya module reference Builtins.length(3kaya)
2
3
4
6 Builtins::length - Length of a String
7
9 Int length( String s )
10
12 s The string to measure
13
15 Get the length of a String. This gives the length in Chars.
16
17 Compare with Builtins.byteLength (3kaya)
18
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 Builtins.length(3kaya)