Function ReferenceUPPEROn this pageUPPER Converts a text string to all uppercase letters. CategoryTextSyntaxUPPER(text) Parameters ParameterRequiredDescriptiontextRequiredThe text string to convert to uppercase. Example UPPER("hello") // → "HELLO" Auto-generated from the EngCanvas function registry.