DecisioningDecision Platform Authoring GuideFunction ReferenceToUpper FunctionOn this page ToUpper Function The ToUpper function returns a copy of a string, converted to all upper case. Syntax ToUpper(string) The ToUpper function returns a copy of a string, converted to all upper case. Arguments string String - The string to convert. Remarks Example: ToUpper("Cat"); // returns "CAT"