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

Method get

regex/src/re_unicode.rs:862–864  ·  view source on GitHub ↗
(&self, i: usize)

Source from the content-addressed store, hash-verified

860 /// with respect to the original string matched.
861 #[inline]
862 pub fn get(&self, i: usize) -> Option<(usize, usize)> {
863 self.0.pos(i)
864 }
865
866 /// Returns the total number of capturing groups.
867 ///

Callers 5

replacenMethod · 0.45
posMethod · 0.45
nameMethod · 0.45
fmtMethod · 0.45
indexMethod · 0.45

Calls 2

mapMethod · 0.80
posMethod · 0.45

Tested by

no test coverage detected