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

GitHub

947 stars
49 watching
142 forks
Language: Java
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mochizukikotaro/regex_sampleA Ruby gem that generates random strings based on regular expressions1
zach-klippenstein/goregenA library for generating random strings from regular expressions.90
tom-lord/regexp-examplesA gem that generates random strings that match given regular expressions.520
fent/randexp.jsGenerates random strings based on user-provided regular expressions1,836
marioruiz/string_patternA gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes16
verbalexpressions/rubyverbalexpressionsA Ruby library that helps to construct complex regular expressions144
mingrammer/commonregexA collection of reusable regular expression functions for text processing in Go.896
0xsobky/regaxorA tool to test and detect issues with regular expressions by fuzzing them with random input data.43
oriser/regroupA library to automatically match and parse regular expression groups into Go structs with various options.147
verbalexpressions/pythonverbalexpressionsA Python module providing an easy-to-use interface for creating and manipulating regular expressions1,634
johannesvollmer/regex-nodesAn editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code.35
wyantb/js-regexA JavaScript library for building and manipulating regular expressions in a more readable and maintainable way.67
alixaxel/genexA tool to generate all possible strings that a given regex pattern can match77
a-n-t-h-o-n-y/regexploreA live regular expression testing environment built with curses.8
jkutner/saferegexA tool to identify potential regular expression vulnerabilities in software52