|
CRegexpT::Compile
Return: Content | Prev
constructor | Next: MatchExact
CRegexpT::Compile
void Compile(const CHART * pattern,
int flags = NO_FLAG);
Parameters
pattern
Regular expression pattern, \0 to indicate string
end.
flag
Match mode.
Remarks
To compile the regular expression.
The input string type must be same as the base type of CRegexpT <CHART>.
|
|
|