regex_test
Test a regular expression against an input string. Returns all matches with their positions and capturing groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | Regex flags (g, i, m, s, u, etc.) | g |
| input | Yes | The string to test the pattern against | |
| pattern | Yes | The regex pattern to test |