Searched refs:erase_all_regex_copy (Results 1 – 3 of 3) sorted by relevance
124 BOOST_CHECK( erase_all_regex_copy( str1, rx1 )==string(string("123xxxXXX321")) ); in replace_test()137 erase_all_regex_copy( back_inserter(strout), str1, rx1 ); in replace_test()
33 erase_all_regex_copy( str1, regex("[[:alpha:]]+") ) << endl; in main()
343 inline OutputIteratorT erase_all_regex_copy( in erase_all_regex_copy() function364 inline SequenceT erase_all_regex_copy( in erase_all_regex_copy() function633 using algorithm::erase_all_regex_copy;