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

Method regex

regex/src/re_trait.rs:188–190  ·  view source on GitHub ↗

Return the underlying regex.

(&self)

Source from the content-addressed store, hash-verified

186
187 /// Return the underlying regex.
188 pub fn regex(&self) -> &R {
189 &self.re
190 }
191}
192
193impl<'t, R> Iterator for Matches<'t, R>

Callers 2

nextMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected