regular-expression-engine topic

List regular-expression-engine repositories

regexp2

938
Stars
78
Forks
Watchers

A full-featured regex engine in pure Go based on the .NET engine

hyperscan-java

170
Stars
45
Forks
Watchers

Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5

Orchestra

137
Stars
7
Forks
Watchers

One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized

cl-ppcre

292
Stars
41
Forks
Watchers

Common Lisp regular expression library

one-more-re-nightmare

135
Stars
9
Forks
Watchers

A fast regular expression compiler in Common Lisp

Regex

28
Stars
2
Forks
Watchers

A pure Swift NFA implementation of a regular expression engine

RE2NFA2DFA2MFA

30
Stars
13
Forks
Watchers

1. Use Thompson algorithm to convert the regular expression to NFA 2. Use the subset construct to convert NFA to DFA 3. Minimize DFA to MFA 4. Use MFA to match strings

dregex

44
Stars
4
Forks
Watchers

dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offe...

libphorward

24
Stars
7
Forks
Watchers

C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...

matcheroni

192
Stars
4
Forks
Watchers

A minimalist single-header library for building pattern-matchers, lexers, and parsers.