#include <IniParser.h>
Public Member Functions | |
const string & | operator[] (size_t i) |
operator bool () | |
RegexMatch (const Regex &rx, const string &s, size_t nmatch=20) | |
Public Attributes | |
vector< string > | matches |
string | rest |
|
|
|
did the string match |
|
|
|
Matched subexpressions (0 - the whole regex) |
|
The unmatched part of the string |