Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
replacen
Method · 0.45
pos
Method · 0.45
name
Method · 0.45
fmt
Method · 0.45
index
Method · 0.45
Calls
2
map
Method · 0.80
pos
Method · 0.45
Tested by
no test coverage detected