...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 |