regex_test
Test regular expressions against strings to validate patterns and flags. Verify regex behavior with immediate feedback for debugging and development.
Instructions
Test a regular expression against a string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regular expression pattern | |
| flags | No | Regex flags (e.g. "gi", "gm") | g |
| testString | Yes | String to test against |