MCPcopy 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_literalsMethod · 0.45
nextMethod · 0.45
replacenMethod · 0.45
nextMethod · 0.45
cMethod · 0.45
c_classMethod · 0.45
c_class_bytesMethod · 0.45
compileMethod · 0.45
findMethod · 0.45
slowMethod · 0.45
slowMethod · 0.45

Calls

no outgoing calls

Tested by 2