Replace string in batch rename

Features wanted...
Post Reply
adulttw
Posts: 21
Joined: 06 Sep 2022 04:44

Replace string in batch rename

Post by adulttw »

As title.

ex:
20220101_01.jpg
20220101_02.jpg
20220101_03.jpg
20220101_04.jpg
...etc

Replace 20220101_ ----> 20220101_Zoo_
Then
20220101_Zoo_01.jpg
20220101_Zoo_02.jpg
20220101_Zoo_03.jpg
20220101_Zoo_04.jpg
...etc

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Replace string in batch rename

Post by highend »

You already have the RegExp Rename for stuff like this?
One of my scripts helped you out? Please donate via Paypal

adulttw
Posts: 21
Joined: 06 Sep 2022 04:44

Re: Replace string in batch rename

Post by adulttw »

Oh~I tried my hand at regex replace a few minutes ago,
That is work fine!

Post Reply