feat: implement choiceOf component
mdjastrzebski opened this issue · 0 comments
mdjastrzebski commented
Describe the feature
Implement choiceOf
component:
let regex = buildRegex(
choiceOf("CREDIT", "DEBIT")
)
Ref: https://developer.apple.com/documentation/regexbuilder/choiceof