test_regex
Validate whether a regular expression pattern matches a given text, with optional flags for case-insensitivity or global matching.
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) |