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

New Feature Request - Support for limiting match count per pattern #402

Open
simpleyetawesomeprojects opened this issue May 31, 2023 · 0 comments

Comments

@simpleyetawesomeprojects

Limiting the number of match counts for each pattern would be a great feature.

Say there are two regexes, R1 and R2 and we want to limit R1 matches to 10 and R2 matches to 50. This feature will enable us to find only the desired number of match count and exit early instead of looking for all the matches in the input

@simpleyetawesomeprojects simpleyetawesomeprojects changed the title Support for limiting match count per pattern New Feature Request - Support for limiting match count per pattern Jun 7, 2023
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

1 participant