CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Mar 2009
    Posts
    12

    Regular Expressions for CString

    Just wondering, what do people use for regular expression matching for C/C++?
    I'm using the MFC framework. It doesn't necessarily have to be for CString, but it would be nice. Something like Regex for C#.
    Last edited by sinclaire; March 12th, 2009 at 07:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured