Instance Propertyswift 6.0.3_RegexParser
name
var name: String?
var name: String?
import _RegexParser
struct Capture
struct CaptureList
@frozen struct String
A Unicode string value that is a collection of characters.
init(name: String? = nil, type: any Any.Type = Substring.self, optionalDepth: Int, visibleInTypedOutput: Bool, _ location: SourceLocation)
var description: String { get }
var location: SourceLocation
var optionalDepth: Int
var type: any Any.Type
var visibleInTypedOutput: Bool
static func == (lhs: CaptureList.Capture, rhs: CaptureList.Capture) -> Bool