Searched refs:replace_all_regex_copy (Results 1 – 3 of 3) sorted by relevance
122 …BOOST_CHECK( replace_all_regex_copy( str1, rx1, fmt1 )==string("123_A1C_xxx_A23C_XXX_A456C_321") ); in replace_test()131 replace_all_regex_copy( back_inserter(strout), str1, rx1, fmt1 ); in replace_test()
28 replace_all_regex_copy( str1, regex("\\(([0-9]+)\\)"), string("#$1#") ) << endl; in main()
180 inline OutputIteratorT replace_all_regex_copy( in replace_all_regex_copy() function203 inline SequenceT replace_all_regex_copy( in replace_all_regex_copy() function629 using algorithm::replace_all_regex_copy;