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

234 +0

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++

236 +0

8,976 +10

1,138 +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,544 +6

443 +1

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

69 +0

2,310 +3

316 +1

GitHub
hyperscan by intel

High-performance regular expression matching library

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

C++

185 +1

4,830 +3

721 +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

697 +0

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,634 -2

56 +1

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,131 -2

111,465 +198

6,559 +14

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,933 +2

52 +0

GitHub
regulex by CJex

construction Regular Expression Excited!

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

TypeScript

166 +0

5,719 +0

756 +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

19 +0

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

23 +1

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 +1

23,616 +24

3,879 +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 +2

48,765 +129

2,005 +10

GitHub