LOWER
Returns a string, converted to lowercase
Last updated
Was this helpful?
Returns a string, converted to lowercase
LOWER( text)
Returns the text in lowercase.
Argument
Description
text
Text to turn lowercase.
Outputs lowercase text.
LOWER( "San Francisco")
>> "san francisco"Last updated
Was this helpful?
Was this helpful?