C++ Regular Expression Library
A free component that enables the use of regular expression searching in a C++ program.
url: www.tropicsoft.com/Components/RegularExpression/
GRETA
A fast C++ template library for Perl-compliant regular expression pattern matching. GRETA compiles on VC7 and gcc.
url: research.microsoft.com/projects/greta/
PCRE - Perl Compatible Regular Expressions
A C library for matching regular expressions with Perl 5 syntax and semantics. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.
url: www.pcre.org/
PCRE Win32
Provides compile PCRE libraries for Windows developers, and source code to build with Visual C++.
url: www.psyon.org/projects/pcre-win32/
PCRS - Perl Compatible Regular expression based Substitutions
A library supplement to PCRE and implements regex based substitutions with the syntax and semantics of Perl's s/// operator. [Open source, LGPL]
url: www.oesterhelt.org/pcrs/
Regex++
A flexible C++ template regular expresion library.
url: ourworld.compuserve.com/homepages/John_Maddock/reg...
regex
A modified version of Henry Spencer's regular expression library (Autoconf, Automake and Libtool scripts have been added and a few file names have been changed). Also related links.
url: arglist.com/regex/
Rx - Posix Basic Regular Expressions
Documentation from the GNU rx library.
url: www.dc.turkuamk.fi/docs/gnu/rx/rx_3.html
TRE
Lightweight, robust, and almost fully POSIX compliant regexp matching library which supports approximate matches. [GNU GPL].
url: kouli.iki.fi/~vlaurika/tre/
Text processing for C/C++ programmers
John Maddock, the author of RegEx++, explains how to use Regular Expressions in C/C++ programs.
url: www.ddj.com/documents/s=1486/ddj0110a/0110a.htm