lower(string)


Changes the string characters all to lower case

Examples

lower ('Hello World')
returns hello world

Related Rules

upper()