LOWER ER function

The LOWER function returns the specified text string as a String value after it has been converted to lowercase letters.

Syntax

LOWER (text)

Arguments

text: String

A String value that specifies the text.

Return values

String

The resulting text value.

Example

LOWER ("Sample") returns "sample".

Additional resources

Text functions