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

Method replace_append

regex/src/re_unicode.rs:1166–1168  ·  view source on GitHub ↗
(&mut self, caps: &Captures, dst: &mut String)

Source from the content-addressed store, hash-verified

1164
1165impl<'a, R: Replacer + ?Sized + 'a> Replacer for ReplacerRef<'a, R> {
1166 fn replace_append(&mut self, caps: &Captures, dst: &mut String) {
1167 self.0.replace_append(caps, dst)
1168 }
1169 fn no_expansion(&mut self) -> Option<Cow<str>> {
1170 self.0.no_expansion()
1171 }

Callers 1

replacenMethod · 0.45

Calls 2

as_refMethod · 0.80
expandMethod · 0.45

Tested by

no test coverage detected