MCPcopy Create free account
hub / github.com/davidblewett/rure-python / next

Method next

regex/src/re_bytes.rs:702–705  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

700 type Item = Match<'t>;
701
702 fn next(&mut self) -> Option<Match<'t>> {
703 let text = self.0.text();
704 self.0.next().map(|(s, e)| Match::new(text, s, e))
705 }
706}
707
708/// An iterator that yields all non-overlapping capture groups matching a

Callers

nothing calls this directly

Calls 9

textMethod · 0.80
mapMethod · 0.80
cloneMethod · 0.80
capture_name_idxMethod · 0.80
regexMethod · 0.80
as_refMethod · 0.80
lenMethod · 0.45
startMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected