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

Add support of limited repetitions #12

Open
SicroAtGit opened this issue Sep 5, 2021 · 0 comments
Open

Add support of limited repetitions #12

SicroAtGit opened this issue Sep 5, 2021 · 0 comments
Assignees
Labels
feature New feature

Comments

@SicroAtGit
Copy link
Owner

Syntax Meaning
x{n,m} at least n of x and at most m of x
x{n,} at least n of x
x{,m} at most m of x
x{n} exactly n of x

If n is greater than m an error is triggered.

@SicroAtGit SicroAtGit added this to the 1.0 beta milestone Sep 5, 2021
@SicroAtGit SicroAtGit self-assigned this Sep 5, 2021
@SicroAtGit SicroAtGit added the feature New feature label Sep 15, 2021
@SicroAtGit SicroAtGit removed this from the v1.0.0-beta milestone Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant