I’m using the batch rename and want to change a number if it’s followed by a letter. I can’t work out how to capture a pattern and use it. Any ideas:
I want:
Claim_Dropper1A
Claim_Dropper1B
Claim_Dropper1C
Claim_Dropper1D
to become:
Claim_Dropper2A
Claim_Dropper2B
Claim_Dropper2C
Claim_Dropper2D
Something like Claim_Dropper1[A-D]
but I’m not really sure.