You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
simpleyetawesomeprojects
changed the title
Support for limiting match count per pattern
New Feature Request - Support for limiting match count per pattern
Jun 7, 2023
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
The text was updated successfully, but these errors were encountered: