0 out of 6 rated this helpful - Rate this topic

CAtlRegExp::Match 

Call this method to match a string.


BOOL Match(
   const RECHAR* szIn,
   CAtlREMatchContext< CharTraits >* pContext,
   const RECHAR** ppszEnd = NULL 
);

Parameters

szIn

The input string.

pContext

The match context object.

ppszEnd

If present, is set to the beginning of the unvisited portion of the string after matching. This allows you to continue matching in the same string.

Returns TRUE on success, FALSE on failure.

Reference

CAtlRegExp Class

Other Resources

CAtlRegExp Members

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ