test_regex
Test regular expressions against text to validate patterns and extract matches using regex flags for precise string matching.
Instructions
Test regular expressions against text
Input Schema
TableJSON 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) |