How to find and replace part of filenames from list
问题 I have a list of files that I need to rename at the same part of each file, with different values. Example: BL_1402B103_abc.wav > BL_C1234-1_abc.wav BL_15489B59_abc.wav > BL_C1234-5_abc.wav So in the first example above I want to replace the 1402B103 with C1234-1 all the files are the same length and the sections I want to replace are separated by " _ ". I have some code for finding/replacing parts of a filename but I need to do this for hundreds of files - is there a way to pull Pattern= &