REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Converts string of characters to lowercase. (Modifies)
Arguments:
string [any-string! char!]
Refinements:
/part - Limits to a given length or position
length [number! any-string!]
See also:
The series passed to this function is modified as a result.
print lowercase "ABCDEF"
abcdef
print lowercase/part "ABCDEF" 3
abcDEF
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |