MCPcopy 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
1174impl<'a> Replacer for &'a str {

Callers 1

replacenMethod · 0.45

Calls 1

as_bytesMethod · 0.45

Tested by

no test coverage detected