For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Lower

Last updated

Was this helpful?