feat: implement base quantifiers
mdjastrzebski opened this issue · 0 comments
mdjastrzebski commented
Describe the feature
Implement the following quantifiers:
- one
- optionally
- zeroOrMore
- oneOrMore
- repeat
Ref: https://developer.apple.com/documentation/regexbuilder#quantifiers
Motivation
Match Swift Regex API.