Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionslowerOn this pagelowerReturns a copy of the passed in string with all the characters converted to lower case Syntax stringlower = lower(string) Example print lower("Who WhAT WhY") who what why