Lower

Function

Lower(text)

text

Lower is included by default in each file as part of the Text library.

 

See also:


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?"