14 results found Sort:

437
3.5k
apache-2.0
54
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,509 commits to master branch, last one about a month ago
81
978
mit
15
A full-featured regex engine in pure Go based on the .NET engine
Created 2016-01-01
88 commits to master branch, last one about a month ago
85
512
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
395 commits to master branch, last one about a month 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
326 commits to master branch, last one 3 months ago
A regex implementation for the zig programming language
Created 2018-02-18
134 commits to master branch, last one 2 months ago
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
Created 2023-06-24
340 commits to main branch, last one 3 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 3 years ago
clex is a simple lexer generator
Created 2022-11-02
77 commits to master branch, last one about a year ago
A regex engine for AssemblyScript
Created 2020-12-23
103 commits to main branch, last one 10 months ago
Easily compose regular expressions without the need for double-escaping inside strings.
Created 2015-06-25
58 commits to main branch, last one 11 months 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 22 days ago
A fast DFA based Regex engine that supports submatches
Created 2020-01-10
52 commits to master branch, last one 8 months ago