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: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK