Regex Tester

Test and debug regular expressions with live matching and highlighting. Free, instant feedback.

Use Regex Tester

//g

Quick Reference

. Any char
\d Digit
\w Word char
\s Whitespace
^ Start
$ End
* 0+ times
+ 1+ times
? 0 or 1
{n} Exactly n
[abc] Any of
() Group

Find this useful?

These tools are free and ad-free. Support the project!

Buy me a coffee

Related Tools