Regex Tester

Test regular expressions in real-time. No signup, no tracking, runs entirely in your browser.

/ /
Enter a regex pattern above

Capture Groups

  • No matches yet

Common Patterns

Quick Reference

. any char   \d digit   \w word
\s space   ^ start   $ end
* 0+   + 1+   ? 0 or 1
{n} exactly n   {n,m} n to m
[abc] char class   () group
| or   \b boundary

Need dev tools that go deeper?

ShipCheck audits your entire codebase across 8 categories. TestCraft generates test stubs automatically.

Browse Dev Tools