find_regex_matches
Locate all regular expression matches with their exact character positions in text. Returns start, end, and match details for precise text analysis.
Instructions
Find all regex matches with positions. Returns list of {start, end, match} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |