Home | Libraries | People | FAQ | More |
boost::algorithm::erase_all_regex — Erase all regex algorithm.
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);
Copyright © 2002-2004 Pavol Droba |