camelot_regex_tester
Test regular expressions against input strings in real time with match highlighting and group capture display. Verify patterns work as expected before implementation.
Instructions
Regex Tester: Test regular expressions in real-time with match highlights and group captures.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/regex-tester
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | Regex engine flags (e.g. 'g', 'i', 'm') | g |
| pattern | Yes | Regex pattern string | |
| testString | Yes | Input string to test |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Execution status of the tool (success or error) | |
| prefillUrl | Yes | Direct deep-link URL to view, edit, and export in Camelot Web Tools | |
| canonicalUrl | Yes | Canonical web URL for this tool on camelotwebtools.com | |
| documentTitle | Yes | Title of the generated document, report, or calculation output | |
| documentMarkdown | Yes | Complete structured output and body formatted in clean Markdown |