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

Method regex_strings

regex/src/exec.rs:1172–1174  ·  view source on GitHub ↗

The original regular expressions given by the caller that were compiled.

(&self)

Source from the content-addressed store, hash-verified

1170 /// The original regular expressions given by the caller that were
1171 /// compiled.
1172 pub fn regex_strings(&self) -> &[String] {
1173 &self.ro.res
1174 }
1175
1176 /// Return a slice of capture names.
1177 ///

Callers 2

as_strMethod · 0.80
as_strMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected