ui-utilcpp 1.10.3
|
Helper class representing match data. More...
#include <PosixRegex.hpp>
Data Fields | |
bool | matches |
unsigned | begin |
unsigned | end |
Helper class representing match data.
unsigned UI::Util::PosixRegex::Match::begin |
If yes: where it begins
unsigned UI::Util::PosixRegex::Match::end |
If yes: where it ends
bool UI::Util::PosixRegex::Match::matches |
Do we have a match?
Referenced by UI::Util::PosixRegex::run().