Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use it in a sequential way? #14

Open
ArgiesDario opened this issue Apr 1, 2020 · 1 comment
Open

Is it possible to use it in a sequential way? #14

ArgiesDario opened this issue Apr 1, 2020 · 1 comment

Comments

@ArgiesDario
Copy link

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!

@k15z
Copy link

k15z commented Mar 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants