I need to change the string by decreasing the number by one e.g. 011 then 010 etc. if 009 then 008.
However, I cannot think of the ways to do this thing please help me:
<img width="188" height="307" src="File1.files/image006.png" alt="NNMF_Input.png" v:shapes="image_x0020_33" />
<img width="506" height="200" src="File1.files/image014.png" v:shapes="image_x0020_1" />
<img width="506" height="411" src="File1.files/image016.png" v:shapes="image_x0020_2" />
<img width="515" height="179" src="File1.files/image018.png" v:shapes="image_x0020_3" />
Here, I want to change files/image006.png to files/image005.png and change say
files/image010.png to files/image009.png.
P.S. They are all in strings! not HTML tags in fact