6 links
C++ Regular Expression Library
tropicsoft.com
A free component that enables the use of regular expression searching in a C++ program.
Grammar to parser classes
sourceforge.net
C++ template classes for declaring grammars directly in the code as set of compound classes. Includes regexp_parser class for parsing input upon regular expression definition provi…
PCRE - Perl Compatible Regular Expressions
pcre.org
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 regul…
Text processing for C/C++ programmers
ddj.com
John Maddock, the author of RegEx++, explains how to use Regular Expressions in C/C++ programs.
Showing 20–6 of 6 results