Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
::
toLower
next
|
previous
|
forward
|
backward
| up |
index
|
toc
toLower -- convert to lower case
Synopsis
Usage:
toLower s
Inputs:
s
,
a
string
Outputs:
a
string
, the string produced from
s
by converting its characters to lower case
Description
i1 : toLower "A b C d E f" o1 = a b c d e f
For the programmer
The object
toLower
is
a
function closure
.