Skip to main content

UPPER

Converts a text string to all uppercase letters.

CategoryText
SyntaxUPPER(text)

Parameters

ParameterRequiredDescription
textRequiredThe text string to convert to uppercase.

Example

UPPER("hello")       // → "HELLO"

Auto-generated from the EngCanvas function registry.