lower() function

Converts a string to lower case letters.

Syntax

lower(string)

Arguments

string → is string. The String to convert to lower case.

Example

lower('HELLO World') → 'hello world'