FunctionsFunction ListLOWEROn this pageLOWER Convert a string to lower case Example Usage LOWER("HeLLo") -> "hello" Overview Function signature LOWER(value) Category String Return data type string Arguments NameDataTypeList Options DescriptionvaluestringValue to convert to lower case