Contents

init(_:)

Creates an atomic group with the given regex component.

Declaration

init(_ component: some RegexComponent) where Output == Substring

Parameters

  • component:

    The regex component to wrap in an atomic group.