LOWER
Converts text to lowercase letters.
Syntax
lower(value:string)Arguments
Example
lower('INFORiver')
//Returns “inforiver"
Excel equivalent
Last updated
Was this helpful?
Converts text to lowercase letters.
The LOWER function converts a text string into lowercase. Node references are also accepted as arguments.
lower(value:string)value- A text string. Required.
lower('INFORiver')
//Returns “inforiver"
Last updated
Was this helpful?
Was this helpful?