Skip to content

rabidmachine9/reverse-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reverse-regex

take regex as input, return a valid string

Installation

Install with component(1):

$ component install rabidmachine9/reverse-regex

API

var regex = '^[a-z0-9_-]{3,16}$';
var rgrep = new ReverseRegex(regex);
var result = rgrep.resultString;

Notes

no flags are supported yet
strict regular expressions can give you more relevant strings
of course there might be bugs, feel free to improve

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published