lower

Description

Takes a string and returns a lower-case version of it.

Syntax

lower( string )

Examples
 lower("Hello World") // returns "hello world"