Developer tools

Regex tester

Tune RegExp patterns with live results—see how many matches you get and where each one starts in the subject string.

How it works

Fill in Pattern with your expression, Flags (g all matches, i ignore case, m multiline, s dotAll, etc.), and Subject with the text to search. Test runs matchAll-like behaviour and lists each match with its index—handy before you paste the regex into code.

Related tools