Function utf8_ignore_case

Source
pub fn utf8_ignore_case(s: &str) -> PrefixIgnoreCase<'_>
Expand description

Returns a new pattern that will case-insensitively match the utf8 string slice s at the start of the input.