LOWER

Displays the result of changing every upper case letter in a string to lower case.

Syntax

Lower(String)

String is a string or a formula which returns a string.

Example

This example returns 'alea iacta est':

LOWER('Alea iacta Est')