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