string_lower
Converts the characters in the input string to lowercase.
string
The string to be converted to lowercase.
lower_case
The lowercase version of the input string.