test_regex
Test a regular expression pattern against input text and verify matches with optional flags (g, i, m, s, u, y).
Instructions
Test regular expressions against text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regular expression pattern | |
| text | Yes | Text to test against the regex | |
| flags | No | Regex flags (g, i, m, s, u, y) |