FORMULA LANGUAGE
Converts the uppercase letters in the specified string to lowercase.
Syntax
@LowerCase( string )
Parameters
string
lowerCaseString
This function is useful when you want to search for a particular value and cannot predict whether it appears in lowercase or uppercase letters, or a combination of the two. You can also use it as an input translation formula to convert the contents of a field to lowercase.
Language cross-reference
StrConv function of LotusScript language
LCase function of LotusScript language
Example See Also