#1 : 25/10-21 15:51 Jason
Posts: 1
|
I have files of the following naming:
52_PA58 052_PA40 53_PA41 053_PA62 I want to achieve PA58 PA40 PA41 PA62 I've experimented a lot with the remove and replace methods but I have no luck. Any suggestions? Thank you. |
#2 : 25/10-21 19:41 David Lee
Posts: 1125
|
Remove pattern: ^\d*_
Use regular expressions |