Home | History | Annotate | Download | only in re2

Lines Matching refs:GlobalReplace

359   //   CHECK(RE2::GlobalReplace(&s, "b+", "d"));
364 // Because GlobalReplace only replaces non-overlapping matches,
368 static int GlobalReplace(string *str,