View Single Post
  #2 (permalink)  
Old March 4th, 2007, 01:18 AM
ssawe ssawe is offline
Registered User
 
Join Date: Mar 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

C++ does not have support neither does the C-runtime library.
You either need to use a 3rd party library (maybe even Qt since it has everything thatg you need to run cross platform).
If you are developing in managed C++ , then yes the .NET framework does have RegEx support.


Reply With Quote