D David Lowndes Mar 5, 2010 #2 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
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