Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 518 Bytes

regx - Regular Expression Generator

build status

regx reads lines of input and attempts to create a compact regular expression that will match all similar lines.

For instance, given the input

1

2

3

4

regx will interpret this as a [[:digit:]] and match those lines as well as 5, 6, etc.

Status

regx is in development and is in no way ready to be used for anything serious.