We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The number of repetitions generated by things like * and + is currently hardcoded at 100. Would be nice to have control over this.
*
+
100
The text was updated successfully, but these errors were encountered:
#45. Controllable Number Of Repetition
0e261cd
First implementation. Not too great... Need to improve that.
73cb506
Improved design.
Merge pull request #46 from curious-odd-man/#45.ControllableNumberOfR…
b9048c0
…epetition #45. Controllable Number Of Repetition
Implemented in 1.3-SNAPSHOT version.
Sorry, something went wrong.
Please refer to the documentation how to configure RgxGen. - docs
curious-odd-man
Successfully merging a pull request may close this issue.
The number of repetitions generated by things like
*
and+
is currently hardcoded at100
. Would be nice to have control over this.The text was updated successfully, but these errors were encountered: