Skip to content

thepeterstone/regx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages