E
E
Evgeny Fedorov2014-04-02 23:55:56
HTML
Evgeny Fedorov, 2014-04-02 23:55:56

How to make a row duplication with parameter change in sublime?

How can you duplicate, for example, such a string 50 times, and at the same time replace the end of the image name with + 1 each time?
<img src="images/fooBar_1_1.png" alt="image">
Example:

<img src="images/fooBar_1_1.png" alt="image">
<img src="images/fooBar_1_2.png" alt="image">
<img src="images/fooBar_1_3.png" alt="image">

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Petrov, 2014-04-03
@JekFdrv

img[images/fooBar_1_$.png][alt=image]*50
Use emet .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question