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 #159

Open
simpleyetawesomeprojects opened this issue May 31, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

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 counts 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
@markos
Copy link

markos commented Sep 5, 2023

This looks similar to #139 .

@markos markos added the enhancement New feature or request label Sep 5, 2023
@markos markos added this to the 5.5+ milestone Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants