
|
|
|
|
Home / Computers / Programming / Languages / Regular Expressions / C and C++
|
|
|
|
Web Sites
|
- C++ Regular Expression Library - A free component that enables the use of regular expression searching in a C++ program.
www.tropicsoft.com/Components/RegularExpression
- GRETA - A fast C++ template library for Perl-compliant regular expression pattern matching. GRETA compiles on VC7 and gcc.
research.microsoft.com/projects/greta
- Hackerlab - A general purpose C library that provides a fast and accurate implementation of the Posix regexp functions (regcomp, regexec, regfree, and regerror) and adds some non-standard features. Also provides a regular expression pattern matcher for high-performance Schema-capable validating XML processors. It is also a general purpose Unicode regular expression matcher.
regexps.com/hackerlab.html
- Henry Spencer's regular expression library - Henry Spencer's regular expression library
arglist.com/regex
- 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.
www.pcre.org
- 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]
www.oesterhelt.org/pcrs
- Regex++ - A flexible C++ template regular expresion library.
ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm
- Rx - Posix Basic Regular Expressions - Documentation from the GNU rx library.
www.delorie.com/gnu/docs/rx/rx_3.html
- Text processing for C/C++ programmers - John Maddock, the author of RegEx++, explains how to use Regular Expressions in C/C++ programs.
www.ddj.com/documents/s=1486/ddj0110a/0110a.htm
- The rxstring Regular Expressions Library - A C++ regular expressions library supporting recursion and using a new easier to learn notational system. [Commercial]
diy-works.com/rxstring
|
|
|
|
|