can you please help me with multiple renaming documents in ttlcmd? I successfully found the part of the filename but I can't get back the rest of the filename. Please find below the example:
XY_111222333_Name j.k.l._A1.123.pdf
And I would like to get __A1.123__XY_111222333_Name j.k.l._A1.123.pdf
With _(\S{1,2})[.](\d{3,}) I can recognise the end of the document: _A1.123 which I want to put at the beginning of the new filename (bounded by __A123__) so it will looks like that.
But using __$1$2__ I get only the __A123__.pdf because it can't replace only this part of the filename but it effects the rest and I don't know what to add more...
Thank you a lot! in advance for you ideas
Best regards
