Defines the regex_finder and regex_formatter generators.
More...
#include <boost/algorithm/string/config.hpp>#include <boost/regex.hpp>#include <boost/algorithm/string/detail/finder_regex.hpp>#include <boost/algorithm/string/detail/formatter_regex.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::algorithm | |
Functions | |
| template<typename CharT , typename RegexTraitsT > | |
| detail::find_regexF < basic_regex< CharT, RegexTraitsT > > | boost::algorithm::regex_finder (const basic_regex< CharT, RegexTraitsT > &Rx, match_flag_type MatchFlags=match_default) |
| "Regex" finder More... | |
| template<typename CharT , typename TraitsT , typename AllocT > | |
| detail::regex_formatF < std::basic_string< CharT, TraitsT, AllocT > > | boost::algorithm::regex_formatter (const std::basic_string< CharT, TraitsT, AllocT > &Format, match_flag_type Flags=format_default) |
| Regex formatter. More... | |
Defines the regex_finder and regex_formatter generators.
These two functors are designed to work together. regex_formatter uses additional information about a match contained in the regex_finder search result.