|
template<class OutputIterator , class BidirectionalIterator , class traits , class charT , class Formatter > |
OutputIterator | boost::regex_replace (OutputIterator out, BidirectionalIterator first, BidirectionalIterator last, const basic_regex< charT, traits > &e, Formatter fmt, match_flag_type flags=match_default) |
|
template<class traits , class charT , class Formatter > |
std::basic_string< charT > | boost::regex_replace (const std::basic_string< charT > &s, const basic_regex< charT, traits > &e, Formatter fmt, match_flag_type flags=match_default) |
|