Hermes
|
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::regex | static |
c_identifier (defined in hermes::Str::regex) | hermes::Str::regex | static |
contains(const std::string &s, const std::string &pattern, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) | hermes::Str::regex | static |
floating_point_number (defined in hermes::Str::regex) | hermes::Str::regex | static |
integer_number (defined in hermes::Str::regex) | hermes::Str::regex | static |
match(const std::string &s, const std::string &pattern, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) | hermes::Str::regex | static |
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::regex | static |
search(const std::string &s, const std::string &pattern, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) | hermes::Str::regex | static |
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::regex | static |