Home | Libraries | People | FAQ | More |
boost::algorithm::erase_all_regex — Erase all regex algorithm.
// In header: <boost/algorithm/string/regex.hpp> template<typename SequenceT, typename CharT, typename RegexTraitsT> void erase_all_regex(SequenceT & Input, const basic_regex< CharT, RegexTraitsT > & Rx, match_flag_type Flags = match_default);