fent / randexp.js

Create random strings that match a given regular expression.
http://fent.github.io/randexp.js/
MIT License
1.83k stars 91 forks source link

Generate all possible values matching the regex? #117

Closed OscarGelvez closed 1 year ago

OscarGelvez commented 1 year ago

I would like to know if it is possible to generate all the possible values that match for a given regex without repeating values.

fent commented 1 year ago

check out https://github.com/alixaxel/genex.js