Using.Syntax of Regular Expressions

Does anyone know where I can find the syntax of using Regular Expressions in C++ ? There is plenty of tutorials and examples on using RegEx in Perl but not so much for C++.

I'm using the Borland Compiler Command Line which is apparently from the Borland Builder C++ 5.x compiler.

Thanks
[310 byte] By [justmehere] at [2007-11-20 11:49:05]
# 1 Re: Using.Syntax of Regular Expressions
There is no regular expression support in C++. You can use the boost::regex library or other third party library to have regular expression support.
Marc G at 2007-11-9 1:26:15 >
# 2 Re: Using.Syntax of Regular Expressions
Thanks for the reply.
justmehere at 2007-11-9 1:27:20 >