Home | History | Annotate | Download | only in re.alg.replace

Lines Matching refs:string

28         std::string r = std::regex_replace(phone_book, phone_numbers,
29 std::string("123-$&"));
35 std::string r = std::regex_replace(phone_book, phone_numbers,
36 std::string("123-$&"),
43 std::string r = std::regex_replace(phone_book, phone_numbers,
44 std::string("123-&"),
51 std::string r = std::regex_replace(phone_book, phone_numbers,
52 std::string("123-$&"),
59 std::string r = std::regex_replace(phone_book, phone_numbers,
60 std::string("123-$&"),
67 std::string r = std::regex_replace(phone_book, phone_numbers,
68 std::string("123-$&"),