LOWER

Returns a string, converted to lowercase

LOWER( text)

Returns the text in lowercase.

Arguments

Argument

Description

text

Text to turn lowercase.

Output

Outputs lowercase text.

Example

LOWER( "San Francisco")
>> "san francisco"

Last updated