regex
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
var regex: Regex<Output>
var regex: Regex<Output>
s12RegexBuilder5LocalV5regex17_StringProcessing0A0VyxGvp
What are these?8MTBZ
import RegexBuilder
struct Local<Output>
A regex component that represents an atomic group.
struct Regex<Output>
A regular expression.
init(_ component: some RegexComponent) where Output == Substring
Creates an atomic group with the given regex component.
init(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == Substring
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3)
Creates an atomic group with the given regex component.
init<W, C1, C2>(_ component: some RegexComponent) where Output == (Substring, C1, C2)
Creates an atomic group with the given regex component.
init<W, C1, C2>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2)
Creates an atomic group with the given regex component.
init<W, C1>(_ component: some RegexComponent) where Output == (Substring, C1)
Creates an atomic group with the given regex component.
init<W, C1>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1)
Creates an atomic group with the given regex component.