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.
pub fn utf8_ignore_case(s: &str) -> PrefixIgnoreCase<'_>Returns a new pattern that will case-insensitively match the utf8 string slice s at the start of the input.