regular-expression-engine
There are 58 repositories under regular-expression-engine topic.
dlclark/regexp2
A full-featured regex engine in pure Go based on the .NET engine
edicl/cl-ppcre
Common Lisp regular expression library
aappleby/matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
gliwka/hyperscan-java
Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
telekons/one-more-re-nightmare
A fast regular expression compiler in Common Lisp
pouyakary/Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
marianobarrios/dregex
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 offers set operations.
howl-anderson/MicroRegEx
一个微型的正则表达式引擎 | A micro regular expression engine
Solawhite/RE2NFA2DFA2MFA
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
DavidSkrundz/Regex
A pure Swift NFA implementation of a regular expression engine
phorward/libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
moar-regex/moar
Deterministic Regular Expressions with Backreferences
dvare/dvare-framework
A Lightweight Java business rule expression language.
ctxppc/PatternKit
A Swift library for writing & manipulating patterns for matching on collections.
amanchadha/regex-cheatsheet
RegEx Cheatsheet | Authored by Yours Truly
codewitch-honey-crisis/Reggie
A regular expression code generator for C#
SimonWang00/matchers
打造最好用的万能解析神器/Create the Best Universal Resolution Artifact
sisyphsu/retree-java
retree is regular-expression-tree, which supports quickly and concurrently matching of lots of regex patterns.
almondtools/rexlex
Regular Expressions and Lexing with DFAs
l-flat/lflat
L-FLAT - Logtalk Formal Language and Automata Toolkit
xiyue-studio/xiyue
夕月 - 基于 C++ 的基础库。包含:正则表达式引擎,引用字符串,JSON 库,Variant 可变联合类型,字符串处理函数等等,不断更新中!!!
lucaslise/reCreator
Uma ferramenta para criar e validar Expressões Regulares
xmonader/python-pcre
Perl Compatible Regular Expressions (PCRE) for Python
turbolent/JavaRegex
An implementation of Rob Pike's Virtual Machine-based regular expression engine
v8187/regex
Online Regular Expression Generator
zn-cn/Regex-engine
简易正则表达式引擎
decal/strglob
:fast_forward: Shared library that expands supplied globbing pattern syntax into multiple strings
DeeptanshuM/Diario_MHacks9
iOS app coded at MHacks9 - hackathon at Univeristy of Michigan Ann Arbor - March 2017. Please checkout https://devpost.com/software/eventify-8chjzv to learn about the project.
fpalaciosFM/AFTE
Analizador de Expresiones Regulares utilizando AFTE's
hleclerc/Hpipe
High Performance Incremental Parser Engine
MikeRalphson/regex_parser
A regular expression parser written in JavaScript
rnoth/lib
simple data structures for C
uonliaquat/AutomataEditor
The application is developed in Java, converts any given Regular Expression to Minimised DFA. It follows the path: RE-->NFA-->DFA-->Minimised DFA.
yuqingc/lxa
Lexical analysis/Regular expression engine written in TypeScript
RobertDurfee/RegularExpression
A library for parsing, compiling, and executing regular expressions.
savi-lang/Regex
Regular expressions for the Savi standard library, written in pure Savi.