pub fn has_match<T, I>(re: &mut dyn Regex<T, Match>, over: I) -> boolwhere I: IntoIterator<Item = T>,