Closed
Description
Describe the feature
Implement capture()
component
let regex = buildRegex(
"a", capture(one("c"), oneOrMore("ab")) // a(c(?:ab)+)
)
References
https://developer.apple.com/documentation/regexbuilder/capture
Related Issues
Metadata
Metadata
Assignees
Labels
No labels