Capturing
Capturing is a shortcut through matching to a named group or the group's captured value.
capture
1: 2: 3: 4: 5: 6: 7: 8: 9: |
|
capture group
1: 2: 3: 4: 5: |
|
val groupNumberRegExp : string
val groupNumberName : string
val printfn : format:Printf.TextWriterFormat<'T> -> 'T
val group : obj