← All Tools

About This Tool

This tool lets you build and test a regular expression against sample text, highlighting every match live and breaking out capture groups, so you can debug a pattern without leaving the browser.

How to Use

  1. Type your regular expression pattern into the pattern field.
  2. Toggle the flags you need — g, i, m, s, u.
  3. Paste your test string into the box below and watch matches highlight live.
  4. Check the capture groups panel if your pattern uses groups.