Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
group
Method · 0.45
next_utf8
Function · 0.45
decode_utf8
Function · 0.45
at
Method · 0.45
pos
Method · 0.45
expand_str
Function · 0.45
expand_bytes
Function · 0.45
find_cap_ref
Function · 0.45
get_ptr
Method · 0.45
get_state
Method · 0.45
step
Method · 0.45
contains
Method · 0.45
Calls
2
map
Method · 0.80
pos
Method · 0.45
Tested by
2
empty_match_unicode_captures_iter
Function · 0.36
empty_match_captures_iter
Function · 0.36