Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ pos
Method
pos
regex/src/re_unicode.rs:882–884 ·
view source on GitHub ↗
(&self, i: usize)
Source
from the content-addressed store, hash-verified
880
#[doc(hidden)]
881
#[inline]
882
pub fn pos(&self, i: usize) -> Option<(usize, usize)> {
883
self.get(i)
884
}
885
}
886
887
/// Captures represents a group of captured strings for a single match.
Callers
1
get
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected