Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ start
Method
start
regex/src/re_bytes.rs:39–41 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
37
/// Returns the starting byte offset of the match in the haystack.
38
#[inline]
39
pub fn start(&self) -> usize {
40
self.start
41
}
42
43
/// Returns the ending byte offset of the match in the haystack.
44
#[inline]
Callers
15
find_literals
Method · 0.45
next
Method · 0.45
replacen
Method · 0.45
next
Method · 0.45
c
Method · 0.45
c_class
Method · 0.45
c_class_bytes
Method · 0.45
compile
Method · 0.45
find
Method · 0.45
slow
Method · 0.45
slow
Method · 0.45
empty_match_unicode_captures_iter
Function · 0.45
Calls
no outgoing calls
Tested by
2
empty_match_unicode_captures_iter
Function · 0.36
empty_match_captures_iter
Function · 0.36