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#.
Printable View
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#.
In VS2008 SP1 you can use TR1 regex:
http://www.codeguru.com/cpp/cpp/cpp_...cle.php/c15339
In older versions, use Boost library:
http://www.boost.org/doc/libs/1_38_0...tml/index.html