1Prelude.isDigit(3kaya)       Kaya module reference      Prelude.isDigit(3kaya)
2
3
4

NAME

6       Prelude::isDigit - Checks if the character is a digit
7

SYNOPSIS

9       Bool isDigit( Char c )
10

ARGUMENTS

12       c The character
13

DESCRIPTION

15       Returns true if the character is a digit.
16

AUTHORS

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

LICENSE

22       The Kaya standard library is free software;  you  can  redistribute  it
23       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
24       License (version 2.1 or any later version) as  published  by  the  Free
25       Software Foundation.
26
28       Prelude.isAlpha (3kaya)
29       Prelude.isAlnum (3kaya)
30       Prelude.isLineEnding (3kaya)
31       Prelude.isLower (3kaya)
32       Prelude.isPunct (3kaya)
33       Prelude.isUpper (3kaya)
34       Prelude.isGraph (3kaya)
35       Prelude.isSpace (3kaya)
36
37
38
39Kaya                             December 2010          Prelude.isDigit(3kaya)
Impressum