Replacing fragments in the text by an enumerator
Posted: Thu Nov 29, 2012 8:11 pm
Hello!
Tell me how to make the replacement of every meeting in html file type values image_3453.jpg to the value image_(enumerator).jpg
For example:
Searching - scheme image_ ([0-9] +). jpg replace the first value encountered in the text to image_001.jpg, replacing the second value encountered in the text to image_002.jpg, replacing the third value encountered in the text to image_003. jpg and so on.
For example there is a parameter [C]-enumerator in the program totalcommander but this program only works with file names.Perhaps provides commands for such cases in your program.
Thank you very much.
Tell me how to make the replacement of every meeting in html file type values image_3453.jpg to the value image_(enumerator).jpg
For example:
Searching - scheme image_ ([0-9] +). jpg replace the first value encountered in the text to image_001.jpg, replacing the second value encountered in the text to image_002.jpg, replacing the third value encountered in the text to image_003. jpg and so on.
For example there is a parameter [C]-enumerator in the program totalcommander but this program only works with file names.Perhaps provides commands for such cases in your program.
Thank you very much.