#include <cxxtools/regex.h>
Public Member Functions | |
| Regex (const char *ex, int cflags=REG_EXTENDED) | |
| Regex (const std::string &ex, int cflags=REG_EXTENDED) | |
| bool | match (const std::string &str_, RegexSMatch &smatch, int eflags=0) const |
| bool | match (const std::string &str_, int eflags=0) const |
| void | free () |
| bool | empty () const |