Enclose the pattern with a capture group, optionally named with name
name
If name is not provided, the capture group will be non-capturing.
The pattern to be captured.
Optional
Optional name for the capture group.
The pattern string enclosed in a capture group.
Enclose the pattern with a capture group, optionally named with
name
If
name
is not provided, the capture group will be non-capturing.