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

Method from

regex/src/re_unicode.rs:76–78  ·  view source on GitHub ↗
(m: Match<'t>)

Source from the content-addressed store, hash-verified

74
75impl<'t> From<Match<'t>> for &'t str {
76 fn from(m: Match<'t>) -> &'t str {
77 m.as_str()
78 }
79}
80
81/// A compiled regular expression for matching Unicode strings.

Callers

nothing calls this directly

Calls 2

RegexClass · 0.70
as_strMethod · 0.45

Tested by

no test coverage detected