test_regex
Test a regular expression against sample text to see matching results, with configurable flags for global, case-insensitive, and multiline matching.
Instructions
Test a regular expression against text and see matches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to test against | |
| flags | No | Regex flags (g, i, m, etc.) | g |
| pattern | Yes | Regex pattern (without delimiters) |