Recently encountered a problem. The version above V6.0 of "All-in-one String Batch Replace" couldn't achieve it, so I thought about using batch processing. But it didn't work out... I post it to ask the moderators and those who know, thanks in advance.
Replace all , , , .... in the following text with , , , ,....., that is, the numbers in the square brackets are uniformly added by a certain number.
Processed with batch processing into:
Everyone give a method or discuss it.
Replace all , , , .... in the following text with , , , ,....., that is, the numbers in the square brackets are uniformly added by a certain number.
ImgFileName="pic2/806.jpg";
Scale=100;
PhotoWidth=450;
PhotoHeight=620;;
TransEffects="";
ImgFileName="pic2/807.jpg";
Scale=100;
PhotoWidth=450;
PhotoHeight=620;;
TransEffects="";
ImgFileName="pic2/808.jpg";
Scale=100;
PhotoWidth=450;
PhotoHeight=620;;
TransEffects="";
ImgFileName="pic2/809.jpg";
Scale=100;
PhotoWidth=580;
PhotoHeight=445;
TransEffects="";
...........................
Processed with batch processing into:
ImgFileName="pic2/806.jpg";
Scale=100;
PhotoWidth=450;
PhotoHeight=620;;
TransEffects="";
ImgFileName="pic2/807.jpg";
Scale=100;
PhotoWidth=450;
PhotoHeight=620;;
TransEffects="";
ImgFileName="pic2/808.jpg";
Scale=100;
PhotoWidth=450;
PhotoHeight=620;;
TransEffects="";
ImgFileName="pic2/809.jpg";
Scale=100;
PhotoWidth=580;
PhotoHeight=445;
TransEffects="";
...........................
Everyone give a method or discuss it.
