Function match_regex

Source
pub fn match_regex<T, M, I>(re: &mut dyn Regex<T, M>, over: I) -> M
where I: IntoIterator<Item = T>, M: Zero + One,