StructureRegexBuilder5.9.0
Repeat
A regex component that matches a selectable number of occurrences of its underlying component.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
struct Repeat<Output>
Citizens in RegexBuilder
Conformances
protocol RegexComponent
A type that represents a regular expression.
Members
init(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6, C7>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5, C6>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4, C5>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3, C4>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2, C3>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1, C2>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1>(some RangeExpression
<Int>, RegexRepetitionBehavior?, () -> some RegexComponent) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init<W, C1>(some RegexComponent, some RangeExpression
<Int>, RegexRepetitionBehavior?) Creates a regex component that matches the given component repeated a number of times specified by the given range expression.
init(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1>(some RegexComponent, count: Int
) Creates a regex component that matches the given component repeated the specified number of times.
init(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6, C7>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5, C6>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4, C5>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3, C4>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2, C3>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1, C2>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
init<W, C1>(count: Int, () -> some RegexComponent
) Creates a regex component that matches the given component repeated the specified number of times.
var regex: Regex<Output>