#include <string>
#include <regex.h>
#include "zypp/base/Exception.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::str |
Classes | |
class | zypp::str::regex |
class | zypp::str::smatch |
Typedefs | |
typedef Exception | zypp::str::regex_error |
Functions | |
bool | zypp::str::regex_match (const char *s, smatch &matches, const regex ®ex) |
bool | zypp::str::regex_match (const std::string &s, str::smatch &matches, const regex ®ex) |
bool | zypp::str::regex_match (const char *s, const regex ®ex) |
bool | zypp::str::regex_match (const std::string &s, const regex ®ex) |
Definition in file Regex.h.