Searched refs:replace_all_regex (Results 1 – 3 of 3) sorted by relevance
36 replace_all_regex( str1, regex("_(\\([^\\)]*\\))_"), string("-$1-") ); in main()
230 inline void replace_all_regex( in replace_all_regex() function628 using algorithm::replace_all_regex;
145 replace_all_regex( str1, rx2, fmt1 ); in replace_test()