Delete names with digits only
Delete names with digits only
When pictures are taken they are given a numeric string. When I have edited them, I save them using words. Is there any way to delete only duplicates that have names that consist only of numbers?
- DigitalVolcano
- Site Admin
- Posts: 1864
- Joined: Thu Jun 09, 2011 10:04 am
Re: Delete names with digits only
In your duplicate list you can mark files with numbers in their name using the Selection Assistant - Mark by Text Pattern tool:
-Column Name: File Name
-Text: [0-9]
-"Use Regular Expressions" checkmarked
-Column Name: File Name
-Text: [0-9]
-"Use Regular Expressions" checkmarked
Re: Delete names with digits only
It looks like that will delete any names that have any digits in them. I'm trying to mark only those that have NO letters in them; just numbers. Is there a way to do that? Thanks.
- DigitalVolcano
- Site Admin
- Posts: 1864
- Joined: Thu Jun 09, 2011 10:04 am
Re: Delete names with digits only
For all numbers you'll want something like-
depending on the file format
Code: Select all
^[0-9]*\.jpg