regex_regex_extract_groups
Extract named or numbered groups from regex matches in text, returning structured data for each match with groups and named groups.
Instructions
[regex] Extract captured groups from all matches. Returns list of {match, groups, named_groups} for each match. Use when the pattern defines named or numbered groups.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| flags | No |