tolower()

Converts input string to lower case.

tolower("Hello") == "hello"