Skip to main content

to_upper

Function to_upper 

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

Convert a string to upper case (ASCII only for simplicity).