var regex: Regex<Self.RegexOutput> { get }
s17_StringProcessing29CustomConsumingRegexComponentPAAE5regexAA0E0Vy0E6OutputQzGvp
39060
import _StringProcessing
protocol CustomConsumingRegexComponent : RegexComponent
struct Regex<Output>
A regular expression.
associatedtype RegexOutput
The output type for this regular expression.
The regular expression represented by this component.