ZFFramework
 
Loading...
Searching...
No Matches
ZFRegExpResult Class Reference

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< ZFIndexRangenamedGroups
 matched name groups
 

Detailed Description

match result info for ZFRegExp

Member Data Documentation

◆ matchedRange

ZFIndexRange ZFRegExpResult::matchedRange

first matched index

would be ZFIndexRangeMax if not supported

◆ namedGroups

ZFCoreArray<ZFIndexRange> ZFRegExpResult::namedGroups

matched name groups

would be empty if not supported


The documentation for this class was generated from the following file: