regex_test
Test a regex pattern against text to find all matches, capture groups, and their positions.
Instructions
Test a regex pattern against text. Shows all matches with groups and positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regex pattern | |
| text | Yes | Text to test against | |
| flags | No | Regex flags (g, i, m, s, u) | g |