LOWER function

Hatókör
SharePoint Server 2019 SharePoint Server 2016 SharePoint Server 2013 SharePoint Server 2013 Enterprise SharePoint Foundation 2010 SharePoint Server 2010 Windows SharePoint Services 3.0

Converts all uppercase letters in a text string to lowercase.

Syntax

LOWER(text)

Text  is the text you want to convert to lowercase. LOWER does not change characters in text that are not letters.

Examples

Col1 Formula Description (Result)
E. E. Cummings =LOWER([Col1]) Lower case of string (e. e. cummings)
Apt. 2B =LOWER([Col1]) Lower case of string (apt. 2b)