Regex Tester
cc_regex_testValidate regular expressions against input text or file content with optional replacement. Specify pattern, flags, and test source to verify regex behavior.
Instructions
Testet regulaere Ausdruecke gegen Text oder Dateiinhalt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regular expression pattern | |
| flags | No | Regex flags (g, i, m, s, u) | g |
| text | No | Text to test against (or use file_path) | |
| file_path | No | File to test against (alternative to text) | |
| replace_with | No | Optional replacement string |