lower()

Examples


The lower() function returns a string in which all the alphabetic characters of a specified string have been converted to lower case.

Syntax

lower(string_expression)

Parameters

string_expression – The string or string field you wish to convert to lower case.

Return value

String

Comments

This function can be used to manipulate a string without regard to the case of the characters in the string.


Documentation Feedback