Toolspot

Regex Tester

Test regex matching and replacement in real-time. Supports group capture inspection.

Regex Pattern

//g

Test String

Replacement (optional)

Match Count

0

How to Use

Set the regex pattern and flags (g/i/m/s), then enter a test string to see match results highlighted. Replacement testing is also available.

How It Works

Uses JavaScript's RegExp object for real-time matching, displaying group capture contents as well.

Related Tools