pub(crate) fn to_lowercase(s: &str) -> Cow<'_, str>
Returns the given &str if already lowercased to avoid allocation, otherwise lowercases it.
&str