StructureRegexBuilder5.9.0
One
A regex component that matches exactly one occurrence of its underlying component.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
struct One<Output>
Citizens in RegexBuilder
Conformances
protocol RegexComponent
A type that represents a regular expression.
Members
init(some RegexComponent
<Output>) Creates a regex component that matches the given component exactly once.
var regex: Regex<Output>