Test your regular expressions in real-time with highlighting and group support.
Regular Expression
//
Test Text
Matches
6 foundHello World 123! This is a test.
| # | Match | Index | Groups |
|---|---|---|---|
| 1 | Hello | 0 | Hello |
| 2 | World | 6 | World |
| 3 | This | 17 | This |
| 4 | is | 22 | is |
| 5 | a | 25 | a |
| 6 | test | 27 | test |