Repository navigation

#

regex-engine

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

Rust
3676
5 个月前

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

Go
1067
21 天前

A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.

C++
554
22 天前

A low level regular expression library that uses deterministic finite automata.

Rust
350
2 年前

Pure Nim regex engine. Guarantees linear time matching

Nim
230
2 个月前

A regex implementation for the zig programming language

Zig
221
10 个月前

RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching

JavaScript
150
7 天前

A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator

HTML
97
2 年前

Easily compose regular expressions without the need for double-escaping inside strings.

TypeScript
64
1 年前

English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.

TypeScript
58
2 年前

Compiling string matching algorithms and regular expressions to java bytecode

Java
56
20 小时前

A fast DFA based Regex engine that supports submatches

Nim
52
1 年前

Russ Cox/Rob Pike pikevm regex implementation

C
32
3 年前

R interface to Google re2 (C++) regular expression engine

C++
30
3 个月前

Yet Another Regular EXpresssion engine using backtracking and supporting AOT-compililation

Go
29
1 年前

Deterministic Regular Expressions with Backreferences

Java
21
5 年前

逐章解析正则表达式引擎工作原理,写出高效地错误率的正则表达式。本仓库为正则教程

17
6 年前