AI Tools / AI products & services
grex is a command-line tool and Rust library with Python bindings that generates regular expressions from user-provided test cases. It accepts lists of strings, including input from a file, and supports options for producing more generic expressions involving digits and repeated values.
Generates regular expressions from a list of strings they should match. It can produce more generic expressions through options for digits and repeating values, and can accept input from a file.