I'm new to pattern matching. I have a folder that contain numerous records. Some have names in upper case, some in lower case. We'd like all the filenames to be uppercase.
The filenames look like this:
SR_A_G_Woodside Dr 126 STE G-H
I know I need to only change the bolded area - what comes after the "SR_A_G_" All the files have this in the name. And I need it to stop checking when it comes to the second {space} - the one right before the number character.
Can anyone help me figure out the syntax for this? Or point me to some tutorials?
Thanks!