regex_test
Test a regex pattern against a string to check matches and validate patterns. Specify flags for custom search behavior.
Instructions
Test a regex pattern against a string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to test against | |
| flags | No | Regex flags (e.g. 'gi' for global case-insensitive) | |
| pattern | Yes | Regular expression pattern |