pub fn to_uppercase(s: &str) -> String
Expand description

Returns the uppercase equivalent of this string slice, as a new String.