Test Patterns Before They Ship
Regex is easy to get almost right. This tool gives you one place to validate a pattern, see every match, and confirm the replacement output before you use it in code, content pipelines, or search rules.
What You Can Check Here
- Paste sample text and watch matches update immediately
- Toggle common flags like global, multiline, and ignore case
- Inspect capturing groups and named groups for every match
- Preview replacement output with
$1and$<name>references
Good Uses
- Cleaning IDs, log lines, and exports before import
- Testing content rewrite rules without touching source data
- Debugging why a pattern matches too much, too little, or nothing at all