String.downcase("αΒ") # => αβ String.upcase("αΒ") # => ΑΒ String.capitalize("αΒ") # => Αβ String.upcase("ß") # => SS