MCPcopy Create free account
hub / github.com/davidblewett/rure-python / start

Method start

regex/src/re_unicode.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 /// Returns the starting byte offset of the match in the haystack.
47 #[inline]
48 pub fn start(&self) -> usize {
49 self.start
50 }
51
52 /// Returns the ending byte offset of the match in the haystack.
53 #[inline]

Callers 2

replacenMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected