Lower
Function |
Lower(text)
|
Use
The Lower() function returns a text value in all lower case letters.
Examples
Lower("ABCdefg") = "abcdefg"
Lower("Do you wish me a good morning?") = "do you wish me a good morning?"
Lower is included by default in each file as part of the Text library.
See also: