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.
|