1Prelude.isLineEnding(3kaya) Kaya module reference Prelude.isLineEnding(3kaya)
2
3
4
6 Prelude::isLineEnding - Checks if the character is (part of) a line
7 ending
8
10 Bool isLineEnding( Char c )
11
13 c The character
14
16 Returns true if the character is (part of) a line ending (i.e. '\r' or
17 '\n').
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Prelude.isAlpha (3kaya)
31 Prelude.isAlnum (3kaya)
32 Prelude.isDigit (3kaya)
33 Prelude.isLower (3kaya)
34 Prelude.isPunct (3kaya)
35 Prelude.isUpper (3kaya)
36 Prelude.isGraph (3kaya)
37 Prelude.isSpace (3kaya)
38
39
40
41Kaya December 2010 Prelude.isLineEnding(3kaya)