Sponsored Links:
Perl Regular Expression Matching is NP-Complete (Popularity: )
http://perl.plover.com/NPC/
A discussion of the complexity of regular expression matching algorithms in Perl.
|
MakeRegex (Popularity: )
http://www.hakank.org/makeregex/
The Perl-module by Hakan Kjellerstrand composes a regex-expression from a list of words.
|
perlretut (Popularity: )
http://www.cs.rit.edu/~afb/20013/plc/perl5/doc/perlretut.html
Basic tutorial, distributed as part of the core documentation.
|
Perl Regex (Popularity: )
http://www.anaesthetist.com/mnm/perl/regex.htm
An introduction covering basic concepts.
|
perl.perl6.language.regex (Popularity: )
http://nntp.x.perl.org/group/perl.perl6.language.regex/
Archive of discussion relating to regular expressions in Perl 6.
|
PCRE - Perl Compatible Regular Expressions (Popularity: )
http://www.pcre.org/
A C library for matching regular expressions with Perl 5 syntax and semantics. PCRE has its own native API, as ...
|
regex (Popularity: )
http://arglist.com/regex/
A modified version of Henry Spencer's regular expression library (Autoconf, Automake and Libtool scripts have been added and a few ...
|
C++ Regular Expression Library (Popularity: )
http://www.tropicsoft.com/Components/RegularExpression/
A free component that enables the use of regular expression searching in a C++ program.
|
Regex++ (Popularity: )
http://ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm
A flexible C++ template regular expresion library.
|
GRETA (Popularity: )
http://research.microsoft.com/projects/greta/
A fast C++ template library for Perl-compliant regular expression pattern matching. GRETA compiles on VC7 and gcc.
|
Text processing for C/C++ programmers (Popularity: )
http://www.ddj.com/documents/s=1486/ddj0110a/0110a.htm
John Maddock, the author of RegEx++, explains how to use Regular Expressions in C/C++ programs.
|
Rx - Posix Basic Regular Expressions (Popularity: )
http://www.dc.turkuamk.fi/docs/gnu/rx/rx_3.html
Documentation from the GNU rx library.
|
PCRE Win32 (Popularity: )
http://www.psyon.org/projects/pcre-win32/
Provides compile PCRE libraries for Windows developers, and source code to build with Visual C++.
|
TRE (Popularity: )
http://kouli.iki.fi/~vlaurika/tre/
Lightweight, robust, and almost fully POSIX compliant regexp matching library which supports approximate matches. [GNU GPL].
|
xpressive (Popularity: )
http://boost-sandbox.sourceforge.net/libs/xpressive/
A C++ regex template library that allows regexes to be written as strings or as expression templates and to refer ...
|
Regular Expressions to DFA's using Compressed NFA's (Popularity: )
http://www.cs.nyu.edu/csweb/Research/Theses/chang_chia-hsiang.pdf
By Chia-Hsiang Chang.
|
SWYN: A Visual Representation for Regular Expressions (Popularity: )
http://www.cl.cam.ac.uk/users/afb21/publications/yourwish.pdf
By Alan F. Blackwell of the University of Cambridge.
|
RE-Tree: An Efficient Index Structure for Regular Expressions (Popularity: )
http://www.vldb.org/conf/2002/S08P02.pdf
By Chee-Yong Chan, Minos Garofalakis, and Rajeev Rastogi.
|
Efficient Submatch Addressing for Regular Expressions (Popularity: )
http://kouli.iki.fi/~vlaurika/regex-submatch.pdf
Master's thesis of Ville Laurikari, Helsinki University of Technology.
|
Regular Expressions - A Graphical User Interface (Popularity: )
http://www.cs.kent.ac.uk/people/staff/smk/regexp.ps
By Dr. Stefan Kahrs, University of Kent, UK. [PostScript]
|