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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK