Read many things ... not what I am looking for ...
Hi,
I probably missed something. Okay. I have files with leading 3 digit numbers (001,002, ... 999).
I want to remove the leading numbers - tried some different replacement/remove combinations but nothing seems to work PROPERLY.
Any thoughts?
Thanks!
I probably missed something. Okay. I have files with leading 3 digit numbers (001,002, ... 999).
I want to remove the leading numbers - tried some different replacement/remove combinations but nothing seems to work PROPERLY.
Any thoughts?
Thanks!
Why not simply remove the first three characters?
If not all files begin with three digits then I suggest that you read the introduction to Regular Expressions in the User Guide.
If not all files begin with three digits then I suggest that you read the introduction to Regular Expressions in the User Guide.