xeger icon indicating copy to clipboard operation
xeger copied to clipboard

Is it possible to use it in a sequential way?

Open ArgiesDario opened this issue 5 years ago • 1 comments

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!

ArgiesDario avatar Apr 01 '20 14:04 ArgiesDario

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).

k15z avatar Mar 08 '21 03:03 k15z