pub fn string_as_ascii_lowercase<'a>(input: &'a str) -> Cow<'a, str>
Expand description

Returns an ascii lowercase version of a string, only allocating if needed.