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

Method is_start

regex/src/input.rs:34–36  ·  view source on GitHub ↗

Returns true iff this position is at the beginning of the input.

(&self)

Source from the content-addressed store, hash-verified

32impl InputAt {
33 /// Returns true iff this position is at the beginning of the input.
34 pub fn is_start(&self) -> bool {
35 self.pos == 0
36 }
37
38 /// Returns true iff this position is past the end of the input.
39 pub fn is_end(&self) -> bool {

Callers 3

is_empty_matchMethod · 0.80
exec_Method · 0.80
exec_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected