regexpu by mathiasbynens

A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.

created at Aug. 24, 2014, 8:16 p.m.

JavaScript

14 +0

233 -1

20 +0

GitHub
re2 by google

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

created at Aug. 18, 2014, 9:21 p.m.

C++

235 -1

9,000 +15

1,141 +2

GitHub
regex by rust-lang

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

created at Dec. 11, 2014, 8:39 p.m.

Rust

54 +0

3,557 +8

445 +2

GitHub
eslint-plugin-optimize-regex by BrainMaestro

Optimize regex literals

created at April 14, 2017, 10:31 p.m.

JavaScript

4 +0

74 +0

7 +0

GitHub
oniguruma by kkos

regular expression library

created at July 13, 2015, 8:19 a.m.

C

70 +1

2,319 +3

317 -1

GitHub
hyperscan by intel

High-performance regular expression matching library

created at Sept. 21, 2015, 9:58 p.m.

C++

185 +0

4,838 +0

722 +0

GitHub
eslint-plugin-regexp by ota-meshi

ESLint plugin for finding regex mistakes and style guide violations.

created at June 20, 2020, 9:28 a.m.

TypeScript

7 +0

701 +2

10 +0

GitHub
melody by yoav-lavi

Melody is a language that compiles to regular expressions and aims to be more readable and maintainable

created at Feb. 13, 2022, 7:18 p.m.

Rust

17 +0

4,632 +1

56 +0

GitHub
regex-nodes by johannesvollmer

Visualize and edit regular expressions for use in javascript.

created at April 5, 2019, 11:58 a.m.

JavaScript

4 +0

35 +0

6 +0

GitHub
PowerToys by Microsoft

Windows system utilities to maximize productivity

created at May 1, 2019, 5:44 p.m.

C#

1,133 +0

111,812 +184

6,582 +16

GitHub
magic-regexp by unjsio

A compiled-away, type-safe, readable RegExp alternative

created at July 16, 2022, 4:22 p.m.

TypeScript

15 +0

3,939 +3

51 -1

GitHub
regulex by CJex

construction Regular Expression Excited!

created at May 5, 2014, 2:40 a.m.

TypeScript

166 +0

5,719 -1

757 +0

GitHub
proposal-duplicate-named-capturing-groups by tc39

TC39 proposal to allow regex capturing group names to be repeated

created at Jan. 24, 2022, 11:45 p.m.

Unknown languages

18 -1

28 +0

1 +0

GitHub
regex-benchmark by mariomka

It's just a simple regex benchmark of different programming languages.

created at Sept. 10, 2017, 2:41 p.m.

Dockerfile

14 +0

315 +0

58 +0

GitHub
regexpp by eslint-community

The regular expression parser for ECMAScript.

created at Nov. 28, 2022, 1:11 a.m.

TypeScript

4 +0

24 +0

5 +0

GitHub
regjsgen by bnjmnt4n

Generate regular expressions from regjsparser’s AST.

created at June 1, 2014, 8:14 a.m.

JavaScript

6 +0

33 +0

13 +0

GitHub
proposal-regexp-r-escape by tc39

Regular Expression `\R` Escape for ECMAScript

created at Oct. 15, 2021, 8:59 p.m.

HTML

6 +0

5 +0

2 +0

GitHub
proposal-string-matchall by tc39

ES Proposal, specs, tests, reference implementation, and polyfill/shim for String.prototype.matchAll

created at July 28, 2015, 6:52 p.m.

Unknown languages

27 +0

99 +0

12 +0

GitHub
en.javascript.info by javascript-tutorial

Modern JavaScript Tutorial

created at June 3, 2017, 2:27 p.m.

HTML

347 +0

23,664 +19

3,884 +5

GitHub
ripgrep by BurntSushi

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

created at March 11, 2016, 2:02 a.m.

Rust

293 +0

48,990 +110

2,011 +1

GitHub