[5 total ]
The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that
... [More]
correspond to the POSIX regular expression API. The PCRE library is free, even for building commercial software. [Less]
Apache Regexp is a 100% Pure Java Regular Expression package. It includes complete Javadoc documentation as well as a simple applet for visual debugging and testing suite for compatibility.
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expression object can be specified.
(supported APIs: GNU regex, POSIX and Oniguruma native)
A small, efficient and portable regex library for Perl 5 compatible regular expressions in Haskell. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.
Test
... [More]
coverage data for this library is available at: http://code.haskell.org/~dons/tests/pcre-light/hpc_index.html [Less]
A Perl module to allow Perl regular expressions to be applied to streams.
Quoting the documentation:
Perl filehandles are streams, but sometimes they just aren't powerful enough. This module offers to have streams from filehandles searched with
... [More]
regexes and allows the global input record separator variable to contain regexes.
Thus, readline() and the <> operator can now return records delimited by regular expression matches. [Less]