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?