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