string.lower

Syntax

sr = string.lower(s)

Get a string in lowercase. A new string is returned.

Returns:sr - lowercase string
Arguments:s - string