string_lower

Converts the characters in the input string to lowercase.

Input

string

The string to be converted to lowercase.

Output

lower_case

The lowercase version of the input string.