LOWER

Syntax:

LOWER ( string )

Description: Makes a lowercase version of string.

Arguments:

Name

Type

Description

string

text

Designates the string to be converted.

Return Type and Value: text – The lowercase version of string.

example: