How do we eliminate the numbers in the middle with Multi-rename?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
totalatha
Junior Member
Junior Member
Posts: 14
Joined: 2012-04-26, 02:27 UTC

How do we eliminate the numbers in the middle with Multi-rename?

Post by *totalatha »

I have many .png files files created from a unique GIF image. They look like this:

Webp_0000_Layer-16.png
Webp_0001_Layer-15.png
Webp_0002_Layer-14.png

etc., etc.
All I want to do is to take the 4 numbers in the middle, like 0000,0001,0002,... out.
How do I do it?
Thank you very much!

totalatha
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: How do we eliminate the numbers in the middle with Multi-rename?

Post by *Ovg »

Search for: _\d{4,4}
Replace with: <Clear>
Mark RegEx

https://disk.yandex.com/i/n1-Zb0PmU34FJA
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
totalatha
Junior Member
Junior Member
Posts: 14
Joined: 2012-04-26, 02:27 UTC

Re: How do we eliminate the numbers in the middle with Multi-rename?

Post by *totalatha »

Thank you, Ovg.
I appreciate it.

totalatha
Post Reply