Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual C++
Reference
Libraries Reference
ATL Server
Classes
CAtlRegExp Class
Methods
 CAtlRegExp::Match

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
ATL Server Library Reference 
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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker