Function submatch_any_ignore_ascii_case

pub fn submatch_any_ignore_ascii_case<T>(s: T, subs: &[T]) -> bool
where T: AsRef<[u8]>,