Home | History | Annotate | Download | only in re2

Lines Matching refs:Replace

348 // Returns the maximum submatch needed for the rewrite to be done by Replace().
367 bool RE2::Replace(string *str,
383 str->replace(vec[0].data() - str->data(), vec[0].size(), s);