regexgen
Regex generator
Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method
Generate regular expressions that match a set of strings
3k stars
54 watching
100 forks
Language: JavaScript
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ziishaned/learn-regex | An introduction to regular expressions with explanations and examples. | 45,672 |
rust-lang/regex | An implementation of regular expressions for Rust. | 3,544 |
slevithan/xregexp | An extended JavaScript regular expression utility with modern syntax and flags beyond native browser support. | 3,306 |
cjex/regulex | A JavaScript tool for parsing and visualizing regular expressions | 5,719 |
pemistahl/grex | Automatically generates regular expressions from user-provided test cases | 7,302 |
verbalexpressions/javaverbalexpressions | A Java library that simplifies the construction of complex regular expressions | 2,622 |
mathiasbynens/regexpu | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
tom-lord/regexp-examples | A gem that generates random strings that match given regular expressions. | 520 |
fent/randexp.js | Generates random strings based on user-provided regular expressions | 1,828 |
francisrstokes/super-expressive | A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. | 4,626 |
malelabts/regexgenerator | A tool for generating regular expressions for text extraction and classification based on examples and without external hints. | 945 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
mochizukikotaro/regex_sample | A Ruby gem that generates random strings based on regular expressions | 1 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |