LOWER

Converts text to lowercase letters.

The LOWER function converts a text string into lowercase. Node references are also accepted as arguments.

Syntax

lower(value:string)

Arguments

value- A text string. Required.

Example

lower('INFORiver')
//Returns “inforiver"
LOWER function

Excel equivalent

Lowerarrow-up-right

Last updated

Was this helpful?