regex_test
Test a regex pattern against provided text to find matches.
Instructions
Test a regex pattern against text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to test against the pattern | |
| pattern | Yes | The regex pattern to test | |
| flags | No | Regex flags (e.g., 'g', 'i', 'gi') | g |