//
Flags: g
9 matches
Highlighted in test string
The quick brown fox jumps over the lazy dog.
| # | Index | Match | Groups |
|---|---|---|---|
| 1 | 0 | The | — |
| 2 | 4 | quick | — |
| 3 | 10 | brown | — |
| 4 | 16 | fox | — |
| 5 | 20 | jumps | — |
| 6 | 26 | over | — |
| 7 | 31 | the | — |
| 8 | 35 | lazy | — |
| 9 | 40 | dog | — |
Replace
Use $1, $2, … for capture groups; $& for full match.