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

LOWER

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

Syntax

lower(value:string)

Arguments

value - Required. A text string.

Example

lower('INFORiver')

Returns “inforiver".

Last updated

Was this helpful?