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
947 stars
49 watching
142 forks
Language: Java
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Ruby gem that generates random strings based on regular expressions | 1 |
| A library for generating random strings from regular expressions. | 90 |
| A gem that generates random strings that match given regular expressions. | 520 |
| Generates random strings based on user-provided regular expressions | 1,836 |
| A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes | 16 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| A collection of reusable regular expression functions for text processing in Go. | 896 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
| A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
| An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
| A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
| A tool to generate all possible strings that a given regex pattern can match | 77 |
| A live regular expression testing environment built with curses. | 8 |
| A tool to identify potential regular expression vulnerabilities in software | 52 |