Hi all! New to the forums. Seems like a cool place!
I use BRU pretty extensively, but have yet to run into a scenario where I've had to use the RegEx box. Well, I assume that scenario has finally hit, but I'm a little lost with it. Curious if you could offer help!
I have thousands of files that need renaming, with the general form:
005 1P (526)
007 2S (122)
Or something similar. The numbers in the parenthesis all change, as do the first numbers... so using variables I could write it this way...
xxx xP (xxx)
xxx xS (xxx)
with an 'x' being any random digit between 0-9.
Essentially I want to be able to find all the files that have P's in them and change those to S's. And Vice Versa. Change the S's to P's...
Any idea how to do that quickly and easily? I have a way that would work, but it would be neither quick nor easy. I'm assuming this can be done with one command...
Thanks!