Home | Libraries | People | FAQ | More |
boost::algorithm::regex_formatter — Regex formatter.
template<typename CharT, typename TraitsT, typename AllocT> unspecified regex_formatter(const std::basic_string< CharT, TraitsT, AllocT > & Format, match_flag_type Flags = format_default);
Construct the regex_formatter
. Regex formatter uses the regex engine to format a match found by the regex_finder
. This formatted it designed to closely cooperate with regex_finder
.
Parameters
Format flags
Regex format definition
Returns:
An instance of the regex_formatter
functor
Copyright © 2002-2004 Pavol Droba |