test-regex
Test a regular expression pattern against any text to find matches, capture groups, and their positions. Validate regex quickly.
Instructions
Test a regular expression against text. Returns all matches with positions and capture groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regex pattern | |
| text | Yes | Text to test | |
| flags | No | Regex flags (default: g) | g |