A full-featured regex engine in pure Go based on the .NET engine
-
Updated
Aug 21, 2024 - Go
A full-featured regex engine in pure Go based on the .NET engine
Common Lisp regular expression library
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
A fast regular expression compiler in Common Lisp
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.
一个微型的正则表达式引擎 | A micro regular expression engine
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
A pure Swift NFA implementation of a regular expression engine
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
Deterministic Regular Expressions with Backreferences
A Lightweight Java business rule expression language.
A Swift library for writing & manipulating patterns for matching on collections.
retree is regular-expression-tree, which supports quickly and concurrently matching of lots of regex patterns.
A regular expression code generator for C#
RegEx Cheatsheet | Authored by Yours Truly
打造最好用的万能解析神器/Create the Best Universal Resolution Artifact
Regular Expressions and Lexing with DFAs
夕月 - 基于 C++ 的基础库。包含:正则表达式引擎,引用字符串,JSON 库,Variant 可变联合类型,字符串处理函数等等,不断更新中!!!
Add a description, image, and links to the regular-expression-engine topic page so that developers can more easily learn about it.
To associate your repository with the regular-expression-engine topic, visit your repo's landing page and select "manage topics."