lower() Function

Converts all characters in the text into lowercase (Unicode case folding).

Syntax

lower( text )

text: (Text) The text to be converted into lowercase (Unicode case folded).

Returns

Text

Examples

lower("BOSTON") returns boston

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK