regex_regex_search
Find the first regex pattern match in text and return match details like position and groups. Use this tool to extract specific data from strings efficiently.
Instructions
[regex] Search anywhere in text for the first match. Returns {matched, match, start, end, groups, named_groups}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| text | Yes | ||
| flags | No |