Searched refs:do_replace (Results 1 – 3 of 3) sorted by relevance
94 void do_replace(std::string & str, std::string const & replace,
197 do_replace(str, regexp.replace, match); in do_execute()215 void regular_expression_replace::do_replace in do_replace() function in regular_expression_replace
101 def do_replace(eval_ctx, s, old, new, count=None): function937 'replace': do_replace,