Topic: "regular-expression-engine"
dlclark/regexp2
A full-featured regex engine in pure Go based on the .NET engine
Language: Go - Size: 479 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1,060 - Forks: 85

edicl/cl-ppcre
Common Lisp regular expression library
Language: Common Lisp - Size: 459 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 291 - Forks: 41

aappleby/matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
Language: C++ - Size: 7.16 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 192 - Forks: 4

gliwka/hyperscan-java
Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
Language: Java - Size: 28.9 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 184 - Forks: 47

pouyakary/Orchestra 📦
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
Language: JavaScript - Size: 37.9 MB - Last synced at: 15 days ago - Pushed at: about 3 years ago - Stars: 141 - Forks: 7

telekons/one-more-re-nightmare
A fast regular expression compiler in Common Lisp
Language: Common Lisp - Size: 313 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 135 - Forks: 9

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.
Language: Java - Size: 979 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 47 - Forks: 5

howl-anderson/MicroRegEx
一个微型的正则表达式引擎 | A micro regular expression engine
Language: Jupyter Notebook - Size: 1.66 MB - Last synced at: 16 days ago - Pushed at: over 5 years ago - Stars: 36 - Forks: 6

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
Language: Java - Size: 148 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 28 - Forks: 13

DavidSkrundz/Regex
A pure Swift NFA implementation of a regular expression engine
Language: Swift - Size: 79.1 KB - Last synced at: about 3 hours ago - Pushed at: almost 7 years ago - Stars: 28 - Forks: 2

phorward/libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
Language: C - Size: 9.43 MB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 24 - Forks: 7

moar-regex/moar
Deterministic Regular Expressions with Backreferences
Language: Java - Size: 1.55 MB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 3

dvare/dvare-framework
A Lightweight Java business rule expression language.
Language: Java - Size: 1.5 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 12 - Forks: 3

sisyphsu/retree-java
retree is regular-expression-tree, which supports quickly and concurrently matching of lots of regex patterns.
Language: Java - Size: 181 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 2

amanchadha/regex-cheatsheet
RegEx Cheatsheet | Authored by Yours Truly
Size: 306 KB - Last synced at: 13 days ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 6

almondtools/rexlex
Regular Expressions and Lexing with DFAs
Language: Java - Size: 312 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 9 - Forks: 2

ctxppc/PatternKit
A Swift library for writing & manipulating patterns for matching on collections.
Language: Swift - Size: 316 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

codewitch-honey-crisis/Reggie
A regular expression code generator for C#
Language: C# - Size: 11.1 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 3

SimonWang00/matchers
打造最好用的万能解析神器/Create the Best Universal Resolution Artifact
Language: Python - Size: 234 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 3

l-flat/lflat
L-FLAT - Logtalk Formal Language and Automata Toolkit
Language: Logtalk - Size: 234 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 7 - Forks: 3

xiyue-studio/xiyue
夕月 - 基于 C++ 的基础库。包含:正则表达式引擎,引用字符串,JSON 库,Variant 可变联合类型,字符串处理函数等等,不断更新中!!!
Language: C++ - Size: 826 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

lucaslise/reCreator
Uma ferramenta para criar e validar Expressões Regulares
Language: JavaScript - Size: 2.66 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

xmonader/python-pcre
Perl Compatible Regular Expressions (PCRE) for Python
Language: Python - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 0

turbolent/JavaRegex
An implementation of Rob Pike's Virtual Machine-based regular expression engine
Language: Java - Size: 38.1 KB - Last synced at: 23 days ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 0

v8187/regex
Online Regular Expression Generator
Language: JavaScript - Size: 4.12 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

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.
Language: Java - Size: 140 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

zn-cn/Regex-engine
简易正则表达式引擎
Language: Java - Size: 120 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0

yuqingc/lxa
Lexical analysis/Regular expression engine written in TypeScript
Language: TypeScript - Size: 878 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

fpalaciosFM/AFTE
Analizador de Expresiones Regulares utilizando AFTE's
Language: C++ - Size: 485 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

decal/strglob
:fast_forward: Shared library that expands supplied globbing pattern syntax into multiple strings
Language: C - Size: 86.9 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

MikeRalphson/regex_parser Fork of codebox/regex_parser
A regular expression parser written in JavaScript
Language: JavaScript - Size: 54.7 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

hleclerc/Hpipe
High Performance Incremental Parser Engine
Language: C++ - Size: 374 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

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.
Language: Swift - Size: 66.1 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

savi-lang/Regex
Regular expressions for the Savi standard library, written in pure Savi.
Size: 74.2 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

RobertDurfee/RegularExpression
A library for parsing, compiling, and executing regular expressions.
Language: Rust - Size: 99.6 KB - Last synced at: 25 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

tonykwok/regex4j
A Regular Expression Engine ported from Microsoft's .Net Core Libraries for Java platform
Language: Java - Size: 504 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

paulgriffiths/automata
Deterministic and nondeterministic finite automata and regular expressions in Go.
Language: Go - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

emlai/emregex 📦
Simple regular expression engine in C
Language: C - Size: 220 KB - Last synced at: 3 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

johnmaxrin/autoregex
This repository contains code for converting regular expressions into DFA.
Language: C - Size: 50.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

shauryashaurya/CooleRE
coolRE (cooler) is a set of regular expression engines written in Python - implementing a toy engine for learning, then one based on backtracking and finally a NFA-DFA based engine.
Language: Python - Size: 43 KB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

DomParfitt/gecko
RegEx Parser in Go
Language: Go - Size: 4.15 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

regischen/regular-expression-parser-ts
Language: C - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

zyxw59/regex.rs
A regex implementation in rust for strings of generic tokens
Language: Rust - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

yashgawankar/Simple-Regex-Engine-in-C
This is a simple regex engine built in C, which returns the start and end index of the match in case of match, else 0.
Language: C - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hitiksaini/regex
Learn how to use RegEx.
Size: 468 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

samWson/building-a-regexp-machine
A Regular Expression engine built with a State Machine.
Language: Smalltalk - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

paulwratt/oniguruma Fork of kkos/oniguruma
oniguruma regular expression library
Size: 5.6 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

E1izabeth/ExpressionsParser
Simple PEG parser and interpreter of math or regular expressions (or whatever you describe)
Language: C# - Size: 1.96 MB - Last synced at: 16 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

turbolent/Regex
An implementation of Rob Pike's Virtual Machine-based regular expression engine
Language: Swift - Size: 25.4 KB - Last synced at: 24 days ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

tegtmeye/RE-flex Fork of Genivia/RE-flex
The regex-centric, fast and flexible scanner generator for C++. RE/flex lexical analyzers are compatible with Flex and Bison. Includes a fast stand-alone regex engine library.
Language: C++ - Size: 20.7 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

juricaKenda/RegularExpressions
Common regular expression patterns.
Language: Java - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

hadi16/RegexEngine
A RegEx command-line engine that accepts or rejects test strings.
Language: Python - Size: 6.76 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ComprosoftCEO/Regex-C
Regular expression engine written in C
Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

EddieEldridge/GoLangAutomaton
A regular expression engine built using Go
Language: Go - Size: 215 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Bzdeco/grepper Fork of OatmealLick/grepper
Grep but better! Concurrent grep with regexp mini-engine for formal language theory regular expressions.
Language: Erlang - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

JoelRomero97/Teoria-Computacional
Prácticas relacionadas a la teoría del lenguaje, gramáticas, AFD, AFN y una máquina de Turing que realiza una suma de 2 números binarios en lenguaje C.
Language: C - Size: 16.2 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

account-login/regexpython
Regular expression engine.
Language: Python - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
