string lower_case(string s)
Convert a string to lower case.
Returns a copy of the string s with all upper case characters converted to lower case.
upper_case()