regex by slevithan

JS regexes + future. A template tag for readable, high-performance, native JS regexes with extended syntax, context-aware interpolation, and always-on best practices.

created at May 29, 2024, 10:49 p.m.

JavaScript

5 +0

507 +18

10 +1

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
proposal-regexp-lookbehind by tc39

RegExp lookbehind assertions

created at Aug. 31, 2016, 12:48 a.m.

HTML

22 +0

99 +0

10 +0

GitHub
compose-regexp.js by compose-regexp

Build and compose maintainable regular expressions in JavaScript.

created at Jan. 3, 2016, 7:08 p.m.

JavaScript

4 +0

145 +0

10 +0

GitHub
recheck by makenowjust-labs

The trustworthy ReDoS checker

created at Oct. 24, 2020, 4:05 a.m.

Scala

4 +0

251 +2

12 +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
proposal-regexp-v-flag by tc39

UTS18 set notation in regular expressions

created at Oct. 8, 2020, 2:16 p.m.

Unknown languages

21 +0

76 +0

12 +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-legacy-features by tc39

Legacy static properties of the RegExp constructor in JavaScript

created at Nov. 10, 2015, 11:03 a.m.

Unknown languages

16 +0

41 +0

13 +0

GitHub
proposal-regexp-match-indices by tc39

ECMAScript RegExp Match Indices

created at May 2, 2018, 8:16 p.m.

HTML

20 +0

65 +0

13 +0

GitHub
proposal-regexp-dotall-flag by tc39

Proposal to add the `s` (`dotAll`) flag to regular expressions in ECMAScript.

created at Aug. 15, 2016, 8 a.m.

HTML

19 +0

89 +0

14 +0

GitHub
rebar by BurntSushi

A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.

created at Jan. 27, 2023, 12:46 p.m.

Python

6 +0

227 +0

15 +0

GitHub
vscode-oniguruma by Microsoft

Oniguruma Bindings for VS Code

created at April 21, 2020, 9:26 a.m.

TypeScript

20 +0

116 +1

16 +0

GitHub
proposal-regexp-unicode-property-escapes by tc39

Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.

created at June 9, 2016, 12:08 p.m.

HTML

23 +0

137 +0

17 +0

GitHub
regjsparser by jviereck

Parsing the JavaScript's RegExp in JavaScript.

created at Nov. 3, 2013, 3:35 p.m.

JavaScript

10 +0

79 +1

20 +0

GitHub
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
cyrilex by cyrilbois

Regex tester

created at Aug. 14, 2020, 5:57 a.m.

JavaScript

5 +0

84 -1

21 +0

GitHub
proposal-regexp-named-groups by tc39

Named capture groups for JavaScript RegExps

created at Aug. 30, 2016, 11:19 p.m.

HTML

28 +0

222 +0

21 +0

GitHub
regex-colorizer by slevithan

Highlighter for JavaScript regex syntax

created at May 9, 2012, 7:03 a.m.

JavaScript

10 +0

176 +2

23 +0

GitHub
regex-for-regular-folk by shreyasminocha

🔍💪 Regular Expressions for Regular Folk — A visual, example-based introduction to RegEx [BETA]

created at Sept. 3, 2019, 10:55 a.m.

JavaScript

6 +0

286 +0

23 +0

GitHub