Free cookie consent management tool by TermsFeed lower() Function
lower() Function

Function

lower( text )

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

Parameters

Keyword Type Description

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 10, 2023 (03:42:48 PM)

lower() Function

FEEDBACK