Regex Tester

Test and debug regular expressions with real-time feedback.

//g
hello world 123

Matches

2

Quick Tips:

  • Use \d for digits, \w for words.
  • Use g flag for global search.
  • Groups are captured automatically.