For the complete documentation index, see llms.txt. This page is also available as Markdown.

UPPER

Converts text to uppercase letters.

The UPPER function converts a text string into uppercase. Node references are also accepted as arguments. It is commonly used to standardize text data for comparison, formatting, or consistency.

Syntax

upper(value:string)

Arguments

value - A text string. Required.

Example

upper('INFORiver')
//Returns “INFORIVER".
UPPER function

Excel equivalent

Upper

Last updated

Was this helpful?