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"
Lower
Last updated 6 months ago
Was this helpful?