The LOWER function converts a text string into lowercase. Node references are also accepted as arguments.
lower(value:string)
value - Required. A text string.
lower('INFORiver')
Returns “inforiver".
Last updated 2 years ago
Was this helpful?