Multi Commander > Support and Feedback

Wildcards In MultiRename Search and Replace

(1/1)

kaymann:
Greetings,

I have music files that have some how gotten the track at the beginning of the filename duplicated, for example:

01 01 - Music file title
02 02 - Different Music file
etc.

So I tried using wildcards (?, *, #, %, $, etc) in the MultiRename Search and Replace and got no where.

What am I missing or is it back to Linux to fix literally hundreds of files :-)

Thanks and I did search for a similar post but could not find one...

Jungle:
You may use regular expressions, e.g.

--- Code: ---(\d*)\s(\1)(.*)|$1$3
--- End code ---
So it would look like on attached screenshot

kaymann:
Fantastic - thank you for the quick reply!

Mathias (Author):
Or if you want to remove the 2-3 at the begning just do [N,3]

kaymann:
Again thank you soooo much that is fantastically easy!

Navigation

[0] Message Index

Go to full version