Regular Expression

D

David Lowndes

What API are available in VC++ for handling regular expression?

There was CAtlRegExp in earlier versions of VC++ - it's now available
from http://www.codeplex.com/AtlServer

If you're doing managed code, there's System.Text.RegularExpressions

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top