Skip to main content

Module iter

Module iter 

Source

Structsยง

FindAllCaptures
An Iterator over each capture in the haystack, as an R::Capture. See Regex::find_all_captures.
RangeOfAllMatches
An Iterator over each match in the haystack, as a Range<usize>. See Regex::range_of_all_matches.
SliceAllMatches
An Iterator over each match in the haystack, as an H::Slice. See Regex::slice_all_matches.