Hermes
hermes::Str::regex Member List

This is the complete list of members for hermes::Str::regex, including all inherited members.

alpha_numeric_word (defined in hermes::Str::regex)hermes::Str::regexstatic
c_identifier (defined in hermes::Str::regex)hermes::Str::regexstatic
contains(const std::string &s, const std::string &pattern, std::regex_constants::match_flag_type flags=std::regex_constants::match_default)hermes::Str::regexstatic
floating_point_number (defined in hermes::Str::regex)hermes::Str::regexstatic
integer_number (defined in hermes::Str::regex)hermes::Str::regexstatic
match(const std::string &s, const std::string &pattern, std::regex_constants::match_flag_type flags=std::regex_constants::match_default)hermes::Str::regexstatic
replace(const std::string &s, const std::string &pattern, const std::string &format, std::regex_constants::match_flag_type flags=std::regex_constants::match_default)hermes::Str::regexstatic
search(const std::string &s, const std::string &pattern, std::regex_constants::match_flag_type flags=std::regex_constants::match_default)hermes::Str::regexstatic
search(std::string s, const std::string &pattern, const std::function< void(const std::smatch &)> &callback, std::regex_constants::match_flag_type flags=std::regex_constants::match_default)hermes::Str::regexstatic