Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ no_expansion
Method
no_expansion
regex/src/re_unicode.rs:1169–1171 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1167
self.0.replace_append(caps, dst)
1168
}
1169
fn no_expansion(&mut self) -> Option<Cow<str>> {
1170
self.0.no_expansion()
1171
}
1172
}
1173
1174
impl<
'a> Replacer for &'
a str {
Callers
1
replacen
Method · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
no test coverage detected