Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 292 Bytes

File metadata and controls

12 lines (8 loc) · 292 Bytes

Search match with cursor at the end

In the following text, search XXX, and append an Y to each match.

... ..... XXX .... ...... ... XXX.... .... ... .... .. ..... ......XXX.... .. .... .... ....... .XXX...

Hints

/XXX/e - The /e at the end puts the cursor at the end of each match