Open ArgiesDario opened 4 years ago
It doesn't appear to be possible to do this with xeger
; I needed something similar and ended up writing my own implementation, intxeger which supports this functionality. You can generate all strings that match a particular regex (subject to a constraint on the maximum length of any repeated section).
I found this really useful, but I'm trying to get strings sequentially to perform some brute force actions. Is it possible to do it? Of course using regex with limited options (not an: a* for example)
Thank you!