Thanks, Mattia
As far as I know, GCC does not support regular expressions as defined in TR1 as part of its standard library (yet). However, to use 0x features already before standardisation would be a portability nightmare (not to speak of stability issues to be expected in the early implementations).
If you want to stay at least semi-portable and need a solid regex library for C++, just use boost::regex for now. The TR1 specification is based upon it anyway. Or, if you are concerned about code changes after the compilers have caught up with the standard, you can use boost::tr1.
http://www.boost.org/doc/libs/1_41_0/libs/regex/doc/html/index.html
http://www.boost.org/doc/libs/1_41_0/doc/html/boost_tr1.html
Regards,
Robert
This ought to be a starting point:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html
> Can you provide a simple snippet?
Example code? Why? Using the regex library will look the same, no
matter what compiler you use, as long as it supports it.
/Jorgen
--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .