Skip to content

refactor: simplify exact repeat quantifier #46

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

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

mdjastrzebski
Copy link
Member

Summary

Simplify exact count repeat quantifiers: repeat(..., { count: 3 }) => repeat(..., 3).

The min/max syntax stays the same: repeat(..., { min: 2 }), repeat(..., { min: 1, max: 5})

Test plan

@mdjastrzebski mdjastrzebski merged commit 53ecc2f into main Jan 20, 2024
@mdjastrzebski mdjastrzebski deleted the refactor/simplify-repeat branch January 20, 2024 23:03
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

Successfully merging this pull request may close these issues.

1 participant