Lines Matching defs:matched
51 /// which alternates matched. The problem is that it is hard to make this
149 /// regexes matched. This is because the underlying matching engine will
189 /// The set can also be used to iterate over the matched indices.
214 /// // You can also test whether a particular regex matched:
216 /// assert!(!matches.matched(5));
217 /// assert!(matches.matched(6));
305 /// Whether the regex at the given index matched.
313 pub fn matched(&self, regex_index: usize) -> bool {
322 /// Returns an iterator over indexes in the regex that matched.
325 /// the index corresponds to the index of the regex that matched with
353 /// index corresponds to the index of the regex that matched with respect to
395 /// index corresponds to the index of the regex that matched with respect to