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

NAME

6       Prelude::toLower - Converts the character to a lower-case letter
7

SYNOPSIS

9       Char toLower( Char c )
10

ARGUMENTS

12       c The character
13

DESCRIPTION

15       Converts the character to a lower-case letter. Non-alphabetical characā€
16       ters are returned unchanged.
17
18       This function may give unusual results with non-ASCII characters.
19

AUTHORS

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

LICENSE

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
31       Prelude.toLower_1 (3kaya)
32       Prelude.toUpper (3kaya)
33
34
35
36Kaya                             December 2010          Prelude.toLower(3kaya)
Impressum