The output produced from the match operation.
var output: Output { get }
s17_StringProcessing5RegexV5MatchV6outputxvp
398PR
import _StringProcessing
@dynamicMemberLookup struct Match
The result of matching a regular expression against a string.
struct Regex<Output>
A regular expression.
let range: Range<String.Index>
The range of the overall match.
subscript<Capture>(id: ReferenceID) -> Capture { get }
subscript<T>(dynamicMember keyPath: KeyPath<Output, T>) -> T { get }
Accesses a capture by its name or number.