Pattern testing
Validate and dissect regex patterns side by side.
Test regular expressions with live match highlighting and capture group previews.
Regular expression
//
Common flags:
Test string
Matches (8)
Hello World
This is a Test String
With Multiple Words
Match 1Index: 0
Hello
Match 2Index: 6
World
Match 3Index: 12
This
Match 4Index: 22
Test
Match 5Index: 27
String
Match 6Index: 34
With
Match 7Index: 39
Multiple
Match 8Index: 48
Words