Returns a string, converted to lowercase
LOWER( text)
text
Returns the text in lowercase.
Outputs lowercase text.
LOWER( "San Francisco") >> "san francisco"
Last updated 3 years ago
Argument
Description
Text to turn lowercase.