libcommonc++
0.7
|
A regular expression substring match. More...
#include <RegExp.h++>
Public Member Functions | |
RegExpMatch () | |
Constructor. More... | |
bool | isValid () const |
Determine if this match is valid. More... | |
uint_t | getStartIndex () const |
Get the start index of the substring. More... | |
uint_t | getEndIndex () const |
Get the end index of the substring. More... | |
Friends | |
class | RegExp |
A regular expression substring match.
This class represents the portion of a string that matched a subgroup in a regular expression.
|
inline |
Constructor.
|
inline |
Get the end index of the substring.
If both the start and end index are 0, a non-match is indicated.
|
inline |
Get the start index of the substring.
|
inline |
Determine if this match is valid.
|
friend |