RegexGenerator
Regex generator
A tool for generating regular expressions for text extraction and classification based on examples and without external hints.
This project contains the source code of a tool for generating regular expressions for text extraction: 1. automatically, 2. based only on examples of the desired behavior, 3. without any external hint about how the target regex should look like
946 stars
49 watching
142 forks
Language: Java
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mochizukikotaro/regex_sample | A Ruby gem that generates random strings based on regular expressions | 1 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
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 |
marioruiz/string_pattern | A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes | 16 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
verbalexpressions/pythonverbalexpressions | A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
alixaxel/genex | A tool to generate all possible strings that a given regex pattern can match | 77 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
jkutner/saferegex | A tool to identify potential regular expression vulnerabilities in software | 52 |