validate_regex
Test whether a regex pattern matches a specified string, using optional flags to modify matching behavior.
Instructions
Validate and test regular expressions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regular expression pattern | |
| testString | No | String to test against the pattern | |
| flags | No | Regex flags (g, i, m, s, u, y) |