14 results found Sort:

453
3.6k
apache-2.0
52
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Created 2014-12-11
1,525 commits to master branch, last one 3 months ago
85
1.0k
mit
15
A full-featured regex engine in pure Go based on the .NET engine
Created 2016-01-01
89 commits to master branch, last one about a month ago
86
539
bsd-3-clause
20
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 err...
Created 2015-11-18
409 commits to master branch, last one 15 days ago
A low level regular expression library that uses deterministic finite automata.
This repository has been archived (exclude archived)
Created 2019-01-04
95 commits to master branch, last one about a year ago
Pure Nim regex engine. Guarantees linear time matching
Created 2018-01-12
345 commits to master branch, last one a day ago
A regex implementation for the zig programming language
Created 2018-02-18
134 commits to master branch, last one 7 months ago
5
128
mit
3
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
Created 2023-06-24
372 commits to main branch, last one 13 days ago
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
Created 2018-06-24
26 commits to master branch, last one 4 years ago
8
94
mit
3
clex is a simple lexer generator
This repository has been archived (exclude archived)
Created 2022-11-02
77 commits to master branch, last one 2 months ago
A regex engine for AssemblyScript
Created 2020-12-23
103 commits to main branch, last one about a year ago
Easily compose regular expressions without the need for double-escaping inside strings.
Created 2015-06-25
58 commits to main branch, last one about a year ago
English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.
Created 2023-03-08
17 commits to main branch, last one about a year ago
Compiling string matching algorithms and regular expressions to java bytecode
Created 2018-09-09
472 commits to main branch, last one 5 months ago
A fast DFA based Regex engine that supports submatches
Created 2020-01-10
52 commits to master branch, last one about a year ago