Loading...
Computers and technology — programming languages, software, hardware, internet services, security, artificial intelligence, and more. Explore thousands of tech resources organized by a knowledgeable community of editors.
56203 resources
Article about the regex++ engine. Discusses validating, searching, replacing.
Regex template library. Allows either run-time or compile-time parsing, and allows expressions to refer to one another.
Perl-compatible regular expressions library used in projects such as PHP. Includes download, documentation and contact information.
Pre-compiled version of the PCRE library. Includes download links for several PCRE versions.
Template classes for declaring grammars as set of compound classes. Download link.
POSIX-compliant regex library that supports fuzzy matching. Includes FAQ, documentation and download.
Regex tester. Includes source download, screenshots and change log.
Perl-compliant regex template library. Includes download link.
Documentation for a C++ regex library. Includes html and PDF format.
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.