Home
Tester
Reference
About
Pattern
(?:aa|bb|cc)(dd|ee|ff)(?:gg|hh|ii)
Input
aaddgg
bbeehh
ccffii
aaddgg bbeehh ccffii
Options
Ignore Case
Ignore Whitespace
Explicit Capture
Culture Invariant
Singleline
Multiline
Right To Left
ECMA Script
Start from position:
Max matches to find:
Replacement
Replace matches with...
Click the
context
tab to see replacements.
Regex Info
Table
Context
Split List
3
matches found in about
0
milliseconds.
Show Permalink
Permalink
Index
Position
Matched String
$1
0
0
aaddgg
dd
1
7
bbeehh
ee
2
14
ccffii
ff
aaddgg
bbeehh
ccffii
empty string
dd
whitespace
ee
whitespace
ff
empty string