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

Method lcs

regex/src/literal/mod.rs:162–164  ·  view source on GitHub ↗

Returns a matcher for the longest common suffix of this matcher.

(&self)

Source from the content-addressed store, hash-verified

160
161 /// Returns a matcher for the longest common suffix of this matcher.
162 pub fn lcs(&self) -> &FreqyPacked {
163 &self.lcs
164 }
165
166 /// Returns true iff this prefix is empty.
167 pub fn is_empty(&self) -> bool {

Callers 3

is_anchor_end_matchMethod · 0.80
should_suffix_scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected