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

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