match result info for ZFRegExp More...
#include <ZFRegExp.h>
Public Member Functions | |
void | objectInfoT (zfstring &ret) const |
see objectInfo | |
zfstring | objectInfo (void) const |
return object info | |
Public Attributes | |
zfbool | matched |
true if matched | |
ZFIndexRange | matchedRange |
first matched index | |
ZFCoreArray< ZFIndexRange > | namedGroups |
matched name groups | |
match result info for ZFRegExp
ZFIndexRange ZFRegExpResult::matchedRange |
first matched index
would be ZFIndexRangeMax if not supported
ZFCoreArray<ZFIndexRange> ZFRegExpResult::namedGroups |
matched name groups
would be empty if not supported