I have a batch rename EXE but it requires a RegExp to perform the renaming. Therefore, can anyone provide an expression that does the following:
Replace _-_ with a single space character
Replace _ with a single space character
Replace - with a single space character
Remove any numeric prefix on the filename (but ignore numbers within the file name)
e.g. 714225_-_Looks_Good_Original_Mix_456.mp3 would become Looks Good Original Mix 456.mp3