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