User DocsAnyDB FunctionsLOWEROn this pageLOWER Converts text to lowercase. Syntax LOWER(text) Arguments text: The text you want to convert to lowercase. Example LOWER("ANYDB") → Returns "anydb"LOWER(A1) → Converts the text in cell A1 to lowercase