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

Method get

regex/src/re_bytes.rs:843–845  ·  view source on GitHub ↗
(&self, i: usize)

Source from the content-addressed store, hash-verified

841 /// with respect to the original string matched.
842 #[inline]
843 pub fn get(&self, i: usize) -> Option<(usize, usize)> {
844 self.0.pos(i)
845 }
846
847 /// Returns the total number of capturing groups.
848 ///

Callers 15

groupMethod · 0.45
next_utf8Function · 0.45
decode_utf8Function · 0.45
atMethod · 0.45
posMethod · 0.45
expand_strFunction · 0.45
expand_bytesFunction · 0.45
find_cap_refFunction · 0.45
get_ptrMethod · 0.45
get_stateMethod · 0.45
stepMethod · 0.45
containsMethod · 0.45

Calls 2

mapMethod · 0.80
posMethod · 0.45

Tested by 2