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