...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::erase_regex — Erase regex algorithm.
// In header: <boost/algorithm/string/regex.hpp> template<typename SequenceT, typename CharT, typename RegexTraitsT> void erase_regex(SequenceT & Input, const basic_regex< CharT, RegexTraitsT > & Rx, match_flag_type Flags = match_default);