Regex Tester

Use the Regex Tester to run JavaScript-style regular expressions against sample text, inspect matches, and debug global or case-insensitive patterns, locally.

Shows each match on a separate line. If the pattern is invalid, the error message will be displayed instead.

Other Tools

About

The Regex Tester evaluates JavaScript-style regular expressions against input text and shows all matches. You can toggle global and case-insensitive flags, then inspect the results line by line. It is a lightweight way to debug or design patterns without leaving your browser.