super-expressive by francisrstokes

🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language

updated at Nov. 17, 2024, 9:54 p.m.

JavaScript

37 +0

4,627 +4

136 -1

GitHub
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.

updated at Nov. 17, 2024, 6:03 p.m.

JavaScript

5 +0

507 +18

10 +1

GitHub
oniguruma-to-es by slevithan

Convert patterns from Oniguruma (the regex flavor used in Ruby, TextMate grammars, etc.) to native JavaScript RegExp

updated at Nov. 17, 2024, 8:19 a.m.

JavaScript

1 +0

36 +35

0 +0

GitHub
node-re2 by uhop

node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.

updated at Nov. 16, 2024, 7:40 p.m.

JavaScript

6 +0

502 +5

52 +0

GitHub
proposal-regexp-x-mode by tc39

None

updated at Nov. 16, 2024, 6:37 p.m.

JavaScript

7 +0

26 +1

2 +0

GitHub
xregexp by slevithan

Extended JavaScript regular expressions

updated at Nov. 16, 2024, 2:12 a.m.

JavaScript

70 -1

3,306 +2

278 +0

GitHub
JSVerbalExpressions by VerbalExpressions

JavaScript Regular expressions made easy

updated at Nov. 15, 2024, 12:35 p.m.

JavaScript

257 +0

12,172 -2

504 +0

GitHub
regexp-tree by DmitrySoshnikov

Regular expressions processor in JavaScript

updated at Nov. 15, 2024, 7:05 a.m.

JavaScript

12 +0

401 +1

45 +0

GitHub
regjsparser by jviereck

Parsing the JavaScript's RegExp in JavaScript.

updated at Nov. 15, 2024, 6:31 a.m.

JavaScript

10 +0

79 +1

20 +0

GitHub
proposal-regexp-atomic-operators by tc39

None

updated at Nov. 15, 2024, 6:26 a.m.

JavaScript

11 +1

17 +1

1 +0

GitHub
react-rxinput by nurulc

Powerful masked input using only regular expression to define flexible input mask. Input validation as you type, auto completion and partial auto completion.

updated at Nov. 14, 2024, 11:31 p.m.

JavaScript

3 +0

9 +1

6 +0

GitHub
cyrilex by cyrilbois

Regex tester

updated at Nov. 14, 2024, 6:22 p.m.

JavaScript

5 +0

84 -1

21 +0

GitHub
regexgen by devongovett

Generate regular expressions that match a set of strings

updated at Nov. 13, 2024, 4:33 p.m.

JavaScript

54 +0

3,344 +0

100 +0

GitHub
proposal-regex-escaping by tc39

Proposal for investigating RegExp escaping for the ECMAScript standard

updated at Nov. 12, 2024, 12:04 a.m.

JavaScript

41 +0

369 +1

32 +0

GitHub
regex-colorizer by slevithan

Highlighter for JavaScript regex syntax

updated at Nov. 11, 2024, 3:04 p.m.

JavaScript

10 +0

176 +2

23 +0

GitHub
randexp.js by fent

Create random strings that match a given regular expression.

updated at Nov. 8, 2024, 2:35 a.m.

JavaScript

30 +0

1,828 +0

93 +1

GitHub
regjsgen by bnjmnt4n

Generate regular expressions from regjsparser’s AST.

updated at Nov. 4, 2024, 1:23 p.m.

JavaScript

6 +0

33 +0

13 +0

GitHub
eslint-plugin-optimize-regex by BrainMaestro

Optimize regex literals

updated at Oct. 25, 2024, 10:49 a.m.

JavaScript

4 +0

74 +0

7 +0

GitHub
regenerate by mathiasbynens

Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.

updated at Oct. 25, 2024, 10:15 a.m.

JavaScript

21 +0

367 +0

34 +0

GitHub
regex-nodes by johannesvollmer

Visualize and edit regular expressions for use in javascript.

updated at Oct. 19, 2024, 10:33 a.m.

JavaScript

4 +0

35 +0

6 +0

GitHub