init(_:)
Creates an atomic group with the given regex component.
Declaration
init(_ component: some RegexComponent) where Output == SubstringParameters
- component:
The regex component to wrap in an atomic group.
Creates an atomic group with the given regex component.
init(_ component: some RegexComponent) where Output == SubstringThe regex component to wrap in an atomic group.