|
CRegexpT::CRegexpT
Return: Content | Prev
CRegexpT Class | Next: Compile
CRegexpT::CRegexpT
CRegexpT(); CRegexpT(const CHART * pattern,
int flag = NO_FLAG);
Parameters
pattern
Regular expression pattern, \0 to indicate string end.
flag
Match mode.
Remarks
The first form will construct a object not compiled. The second form will construct a compiled
object.
The input string type must be same as the base type of CRegexpT <CHART>.
|
|
|