|
static bool | regex_search (const std::string &input, const regex ®ex) |
|
static bool | regex_search (const std::string &input, boost::smatch &match, const regex ®ex) |
|
static bool | regex_match (const std::string &input, const regex ®ex) |
|
static bool | regex_match (const std::string &input, boost::smatch &match, const regex ®ex) |
|
static bool | regex_match (const char *input, boost::cmatch &match, const regex ®ex) |
|
static bool | regex_search (std::string::const_iterator &begin, std::string::const_iterator &end, boost::match_results< std::string::const_iterator > &results, const regex ®ex, boost::regex_constants::match_flag_type flags) |
|
static const std::string | regex_replace (const std::string &input, const regex ®ex, const char *format, boost::regex_constants::match_flag_type flags) |
|