...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::replace_all_regex — Replace all regex algorithm.
template<typename SequenceT, typename CharT, typename RegexTraitsT, typename RegexAllocatorT, typename FormatStringTraitsT, typename FormatStringAllocatorT> void replace_all_regex(SequenceT & Input, const reg_expression< CharT, RegexTraitsT, RegexAllocatorT > & Rx, const std::basic_string< CharT, FormatStringTraitsT, FormatStringAllocatorT > & Format, match_flag_type Flags = match_default|format_default);
Copyright © 2002-2004 Pavol Droba |