#include <boost/regex.hpp>
#include <string>
Go to the source code of this file.
|
static bool | contrail::regex_search (const std::string &input, const regex ®ex) |
|
static bool | contrail::regex_search (const std::string &input, boost::smatch &match, const regex ®ex) |
|
static bool | contrail::regex_match (const std::string &input, const regex ®ex) |
|
static bool | contrail::regex_match (const std::string &input, boost::smatch &match, const regex ®ex) |
|
static bool | contrail::regex_match (const char *input, boost::cmatch &match, const regex ®ex) |
|
static bool | contrail::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 | contrail::regex_replace (const std::string &input, const regex ®ex, const char *format, boost::regex_constants::match_flag_type flags) |
|