incr-regex-package by nurulc

A node package for incremental regular expression parsing in JavaScript; useful for input validation

updated at Dec. 12, 2023, 2:08 p.m.

JavaScript

4 +0

13 +0

1 +0

GitHub
proposal-regexp-buffer-boundaries by tc39

Regular Expression Buffer Boundaries for ECMAScript

updated at Dec. 30, 2023, 4:12 a.m.

HTML

5 +0

7 +0

3 +0

GitHub
proposal-regexp-r-escape by tc39

Regular Expression `\R` Escape for ECMAScript

updated at Dec. 31, 2023, 3:57 a.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

updated at Feb. 14, 2024, 3:56 p.m.

Unknown languages

27 +0

99 +0

12 +0

GitHub
proposal-regexp-dotall-flag by tc39

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

updated at April 3, 2024, 10:10 p.m.

HTML

19 +0

89 +0

14 +0

GitHub
proposal-regexp-lookbehind by tc39

RegExp lookbehind assertions

updated at May 7, 2024, 10:05 a.m.

HTML

22 +0

99 +0

10 +0

GitHub
rexx by yyytcool

🦖 A human-friendly regex library with structured syntax and variable support.

updated at June 12, 2024, 4:54 p.m.

JavaScript

1 +0

2 +0

1 +0

GitHub
codemirror-mode-pcre by xavierog

Perl Compatible Regular Expressions (PCRE) mode for CodeMirror

updated at July 9, 2024, 12:18 p.m.

JavaScript

2 +0

8 +0

1 +0

GitHub
regexp-features by rbuckton

A comparison of Regular Expression features in various languages and libraries.

updated at July 16, 2024, 8:07 a.m.

JavaScript

4 +0

14 +0

2 +0

GitHub
proposal-regexp-legacy-features by tc39

Legacy static properties of the RegExp constructor in JavaScript

updated at July 20, 2024, 2:41 p.m.

Unknown languages

16 +0

41 +0

13 +0

GitHub
regexp-ast-analysis by RunDevelopment

A library for analysing JS RegExp

updated at July 25, 2024, 8:29 p.m.

TypeScript

2 +0

3 +0

1 +0

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

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

updated at Aug. 7, 2024, 2:44 a.m.

HTML

23 +0

137 +0

17 +0

GitHub
regexplained by LeaVerou

None

updated at Aug. 10, 2024, 3:35 p.m.

JavaScript

13 +0

274 +0

50 +0

GitHub
regex-storm by lonekorean

Regex Storm, online .NET-based regular expressions tester and resource.

updated at Aug. 24, 2024, 5:08 p.m.

C#

6 +0

62 +0

28 +0

GitHub
proposal-regexp-named-groups by tc39

Named capture groups for JavaScript RegExps

updated at Aug. 28, 2024, 7:02 a.m.

HTML

28 +0

222 +0

21 +0

GitHub
rregex by 2fd

Rust Regex binding for Javascript

updated at Sept. 3, 2024, 8:01 a.m.

JavaScript

2 +0

30 +0

3 +0

GitHub
regenerate-unicode-properties by mathiasbynens

A collection of Regenerate sets for Unicode various properties.

updated at Sept. 12, 2024, 9:07 a.m.

JavaScript

3 +0

18 +0

8 +0

GitHub
compose-regexp.js by compose-regexp

Build and compose maintainable regular expressions in JavaScript.

updated at Sept. 16, 2024, 6:40 p.m.

JavaScript

4 +0

145 +0

10 +0

GitHub
vuln-regex-detector by davisjam

Detect vulnerable regexes in your project. REDOS, catastrophic backtracking.

updated at Sept. 25, 2024, 9:51 a.m.

Perl

6 +0

320 +0

29 +0

GitHub
regex-for-regular-folk by shreyasminocha

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

updated at Sept. 25, 2024, 11:57 p.m.

JavaScript

6 +0

286 +0

23 +0

GitHub