Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsupperOn this pageupperReturns a copy of the passed in string with all the characters converted to UPPER caseSyntaxstringlower = upper(string)Exampleprint lower("Who WhAT WhY")WHO WHAT WHY