tolower

Syntax:

Value String  tolower(String str)

Description:

Converts str to lowercase.

Examples:

($a1:$a5) = toupper($self)
Before:
AB C
1Hello World
2My Name is Alex
3ABCabc
44.56
5XSheet
61641
After:
AB C
1hello world
2my name is alex
3abcabc
44.56
5xsheet
61641
($d1:$d10) = toupper($b)