14 results found Sort:

443
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,525 commits to master branch, last one 9 days ago
84
993
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 3 months ago
86
524
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
398 commits to master branch, last one 22 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
326 commits to master branch, last one 4 months ago
A regex implementation for the zig programming language
Created 2018-02-18
134 commits to master branch, last one 4 months ago
4
100
mit
4
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
Created 2023-06-24
351 commits to main branch, last one a day 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
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 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 2 months ago
A fast DFA based Regex engine that supports submatches
Created 2020-01-10
52 commits to master branch, last one 9 months ago