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

Upperarrow-up-right

Last updated

Was this helpful?