callstack/ts-regex-builder

feat: implement choiceOf component

mdjastrzebski opened this issue · 0 comments

Describe the feature

Implement choiceOf component:

let regex = buildRegex(
    choiceOf("CREDIT",  "DEBIT")
)

Ref: https://developer.apple.com/documentation/regexbuilder/choiceof

Related Issues