Hi all,
i need the same filename or text with a counting number
for example:
img_tr.p001_1_a
img_tr.p001_2_a
img_tr.p001_3_a … and so on.
My idea is to use “Search and Replace Clipboard Using Regular Expression (case sensitive)” to search for following text:
(img_tr.p001_)(\d+)(_a)
and replace it to this:
$1%Calculate%$2+1%$3
Unfortunately it doesn’t work. Is it possible to combine “replace” and calculate?
Thanks for your help