to_upper

Function to_upper 

Source
pub fn to_upper(s: impl AsRef<str>) -> String
Expand description

Converts a string to Upper.

Alias for to_case(Case::Upper).

Uppercase strings are delimited by spaces and all characters are uppercase.