Languages
- 945
- Grammar to Parser Classes
- Template classes for declaring grammars as set of compound classes. Download link.
- 946
- PCRE for Windows
- Pre-compiled version of the PCRE library. Includes download links for several PCRE versions.
- 947
- PCRE.org
- Perl-compatible regular expressions library used in projects such as PHP. Includes download, documentation and contact information.
- 948
- RE2
- C++ library for regex engine that runs searches in time linear to input size, in contrast to backtracking engines which can take exponential time. Includes description, source and syntax.
- 950
- Regular Expressions in C++
- Article about the regex++ engine. Discusses validating, searching, replacing.
- 951
- TRE
- POSIX-compliant regex library that supports fuzzy matching. Includes FAQ, documentation and download.
- 952
- Dk.brics.automaton
- Regex package that supports UTF-16 and non-standard operations such as unions and intersections. Includes documentation, FAQ and download.
- 953
- JRegex
- Java library with support for Perl 5.6 regex syntax. Includes documentation, examples and demo.
- 954
- Jakarta ORO
- Retired project with Java classes that supported Perl5-compatible and AWK-like regular expressions. Features documentation and distribution.
- 956
- Jrexx
- Regex API with extended syntax that allows union, intersection and difference matching. Includes download link.