Regex Tester
Test and debug regular expressions with real-time feedback.
//g
hello world 123
Matches
2
Quick Tips:
- Use
\dfor digits,\wfor words. - Use
gflag for global search. - Groups are captured automatically.
Test and debug regular expressions with real-time feedback.
Matches
2
Quick Tips:
\d for digits, \w for words.g flag for global search.