Lower
Mon 01 January 2018Syntax
Lower(string)
Description
Use the Lower function to convert all uppercase characters in a text string to lowercase characters and returns the result as a String value. Lower does not change characters that are not letters or characters do not have case sensitivity.
Returns
A String value equal to string, but in all lowercase format.