pub fn to_upper(s: impl AsRef<str>) -> String
Converts a string to Upper.
Upper
Alias for to_case(Case::Upper).
to_case(Case::Upper)
Uppercase strings are delimited by spaces and all characters are uppercase.