init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6, C7>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6, C7>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5, C6>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3, C4, C5, C6)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4, C5>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3, C4, C5)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3, C4>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3, C4)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2, C3>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2, C3)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2>(_ behavior: RegexRepetitionBehavior? = nil, @RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2)
Creates a regex component that matches the given component one or more times.
init<W, C1, C2>(_ component: some RegexComponent, _ behavior: RegexRepetitionBehavior? = nil) where Output == (Substring, C1, C2)
Creates a regex component that matches the given component one or more times.