are there "perllike" regular expressions in c++?

P

peter koch

Oliver Bleckmann skrev:
well, same question...
which lib?
short example or a link please. http://www.boost.org
tanks.

regular expressions will be part of C++0x - not in perl format but
ECMA. I am no expert here, but so far as I understand the differences
are minor.

/Peter
 
E

Emmanuel Deloget

peter koch a écrit :
Oliver Bleckmann skrev:

regular expressions will be part of C++0x - not in perl format but
ECMA. I am no expert here, but so far as I understand the differences
are minor.

/Peter

As a mater of fact, they are already present in the C++ TR1 (problem is
that the TR1 is not implemented on most compilers; dinkumware has a
TR1-enabled library). Anyway, boost::regex is currently your best bet.

Regards,

-- Emmanuel Deloget, Artware
 
T

toton

Emmanuel said:
peter koch a écrit :


As a mater of fact, they are already present in the C++ TR1 (problem is
that the TR1 is not implemented on most compilers; dinkumware has a
TR1-enabled library). Anyway, boost::regex is currently your best bet.
TR1 part can also be downloaded from boost.org , though it is an alpha
release.
Here is the url.
http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=189383
For GCC recent version is comes with STL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top