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