Searched refs:replace_str (Results 1 – 2 of 2) sorted by relevance
36 const std::string &replace_str) { in FindAndReplace() argument40 return std::regex_replace(candidate_str, match_expr, replace_str); in FindAndReplace()
81 def read_output_content(output_path, replace_str): argument83 return f.read().replace(replace_str, '')