Instance Subscriptswift 6.1.2RegexBuilder->_StringProcessing
subscript(_:)
Accesses this match’s capture by the given reference.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
subscript<Capture>(reference: Reference<Capture>) -> Capture { get }
Accesses this match’s capture by the given reference.
subscript<Capture>(reference: Reference<Capture>) -> Capture { get }