toLower

Use the toLower function to change all characters in a Text value to lowercase. The toLower function returns a Text value.

Function format

toLower(Text source)

  • source: the Text value which is changed to all lowercase characters.

toLower example

toLower("Hello, World!")

The formula returns the Text value hello, world!.