Skip to content
/text local tool

Regex Visualizer

Inspect a pattern token by token, including named groups and match spans.

Local execution receiptinput path disclosedTool content stays out of MonoTools URLs and API requests.
Working input
Browser memory
Cross-tool handoff
Session only · 10 min
URL payload
Never
Export
Explicit action

Verify it: open DevTools Network, clear the log, use the tool, then inspect fetch/XHR requests. Page assets and optional aggregate analytics may use the network; tool input is not included.

Full privacy model
Loading tool...
01

How to use

  1. 01Enter a regex pattern and flags.
  2. 02Paste representative sample text.
  3. 03Review token explanations and copy the match report.
02

FAQ

Which regex engine is used?
The shared Regex Tester ECMAScript parser and a timeout-protected Worker are used. PCRE-only constructs are diagnosed rather than translated.
03

Related tools