Regex Visualizer
Regex Tester answers whether a pattern matches. Regex Visualizer explains why: token by token, match by match, including named groups and spans from the browser JavaScript RegExp engine.
special/non-capturing group start
quantifier
literal character
literal character
literal character
literal character
literal character
literal character
character class
quantifier
literal character
literal character
special/non-capturing group start
quantifier
literal character
literal character
literal character
literal character
literal character
literal character
literal character
literal character
character class
quantifier
escaped .
character class
range quantifier
literal character
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
Suggested next moves
Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.
How to use
- 01Enter a regex pattern and flags.
- 02Paste representative sample text.
- 03Review token explanations and copy the match report.
FAQ
- Which regex engine is used?
- The browser JavaScript RegExp engine. PCRE-only features may not compile.
Related tools
- /text→Regex TesterTest JavaScript regular expressions with live highlighting.
- /text→Text DiffCompare two texts side-by-side with line- or word-level diffs.
- /text→Logfmt / NDJSON InspectorParse logfmt and NDJSON logs into structured records for local triage.
- /web→Magic PastePaste anything and get routed to the right local tool with confidence signals.