Skip to content

Add support of limited repetitions #12

@SicroAtGit

Description

@SicroAtGit
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.

Metadata

Metadata

Assignees

Labels

breaking changeThe change breaks compatibility with older versions.featureNew featurein processWork is in progress.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions