{function} function

Converts a string to lower case letters.

Syntax

lower(args)

Arguments

string -> is string. The String to convert to lower case.

Example

lower('HELLO World') -> 'hello world'