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

UPPER

The UPPER function converts a text string into uppercase. Node references are also accepted as arguments.

Syntax

upper(value:string)

Arguments

value - Required. A text string.

Example

upper('INFORiver')

Returns “INFORIVER".

Last updated

Was this helpful?