lower_case
Convert all characters in str to lower case, and return the new string.
lower_case("Heya!") // returns "heya!"
capitalize(E), upper_case(E)
capitalize
upper_case