Quote Originally Posted by Alex F View Post
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
Thanks, I didn't know VS2008 had it.