Test patterns before using them
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
- 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 $1 and $<name> references
When to use it
- 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