Syntax
lowercaseCFString =
lcase(
CFString )
Description
This function returns a copy of CFString with all its uppercase letters converted to lowercase. This also applies to letters with diacritical marks; so for example the string "MÁGÜEY
" will be converted to "mágüey
".
See also
ucase