Regex Tester
cc_regex_testTest regular expression patterns against text or file content, with support for flags and optional replacement.
Instructions
Testet reguläre Ausdrücke gegen Text oder Dateiinhalt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to test against (or use file_path) | |
| flags | No | Regex flags (g, i, m, s, u) | g |
| pattern | Yes | Regular expression pattern | |
| file_path | No | File to test against (alternative to text) | |
| replace_with | No | Optional replacement string |