regex_regex_findall_with_positions
Find all regex pattern matches in text and return each match with its start/end positions and captured groups for precise text analysis.
Instructions
[regex] Return all matches with their start/end positions and groups. Returns list of {match, start, end, groups, named_groups}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| flags | No |