tolower()

Syntax:

tolower( String )

Return:

The complete String with all characters converted to lower case.

Parameters:

String - The string to convert. The String can be a string of text surrounded by quote marks or a variable name containing a string. This parameter is required.

image\Script_Button.jpgExamples