Lower
Converts a given string to lowercase.
Along with Upper and Proper, this is useful for bypassing case-sensitivity in other Text functions.
Usage
Lower(text)
text (required) A string or column where each row contains a string.
Example
Lower("PLEASE KEEP QUIET IN THE LIBRARY")
- Returns βplease keep quiet in the libraryβ
Updated 12 months ago