Function weighted_regexp::has_match [] [src]

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