|
CRegexpT::MatchExact
Return: Content | Prev
Compile | Next: Match
CRegexpT::MatchExact
MatchResult MatchExact(const CHART * tstring)
const;
Return Value
MatchResult object.
Through MatchResult object, you can get whether matched successfully. If success, capture
infomation can be gotten.
Parameters
tstring
String to be matched, use \0 to indicate end of
string.
Remarks
Test if the string matches the regular expression exactly.
To match exactly means that the regular expression matches from beginning of the text just to
the end.
|
|
|