Structureswift 6.0.1_RegexParser
Builder
struct Builder
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (8) members.
Types
Type members
Instance members
var captures: [CaptureList.Capture]
var description: String
func append(CaptureList.Capture
) func hasCapture(named: String
) -> Bool Whether the capture list has a given named capture.
func indexOfCapture(named: String
) -> Int? Retrieve the capture index of a given named capture, or
nil
if there is no such capture.