Structure_StringProcessing5.9.0
Element
An individual match output value.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
struct Element
Citizens in _StringProcessing
Members
var name: String?
The name of this capture, if the capture is named.
var range: Range<String.Index>?
The range over which a value was captured, if there was a capture.
var substring: Substring?
The slice of the input which was captured, if there was a capture.
var type: Any.Type
The type of this capture.
var value: Any?
The captured value, if there was a capture.