libzypp 8.13.6
Classes | Namespaces | Typedefs | Functions

Regex.h File Reference

#include <string>
#include <regex.h>
#include "zypp/base/Exception.h"
Include dependency graph for Regex.h:

Go to the source code of this file.

Classes

class  zypp::str::regex
class  zypp::str::smatch

Namespaces

namespace  zypp
 

Easy-to use interface to the ZYPP dependency resolver.


namespace  zypp::str
 

String related utilities and Regular expressions.


Typedefs

typedef Exception zypp::str::regex_error

Functions

bool zypp::str::regex_match (const char *s, str::smatch &matches, const regex &regex)
bool zypp::str::regex_match (const std::string &s, str::smatch &matches, const regex &regex)
bool zypp::str::regex_match (const char *s, const regex &regex)
bool zypp::str::regex_match (const std::string &s, const regex &regex)

Detailed Description

Definition in file Regex.h.