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