Header menu logo TDesu.FSharp

Match Module

Functions and values

Function or value Description

getGroup m idx

Full Usage: getGroup m idx

Parameters:
Returns: Group
Modifiers: inline

Gets the capture group at the given index. The match to extract from. Zero-based group index.

m : Match
idx : int
Returns: Group

getSecondGroup m

Full Usage: getSecondGroup m

Parameters:
Returns: Group
Modifiers: inline

Gets the second capture group (index 1). The match to extract from.

m : Match
Returns: Group

Type something to start searching.