Related Topics: | ||
Description: 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.
Example:
LOWER("E. E. Cummings") = "e. e. cummings"
LOWER("Apt. 2B") = "apt. 2b"
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.