Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
impl<
'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
Regex
Class · 0.70
as_str
Method · 0.45
Tested by
no test coverage detected