Navigation: Macros > Macro Language > Built-in Functions > All Functions (Alphabetical)
LowerCase
str = LowerCase(sAnyString)
This macro function converts all the characters of a string into their lowercase version.
sResult = LowerCase('The Canadian Team') // 'the canadian team'
See also: UpperCase.