I am having a file name like suppose abcde-1_Transformed.xml
.
Now if I have many number of files suppose in the above file name the '1'
which is present has files like
abcde-2_Transformed.xml
.
abcde-3_Transformed.xml
.
abcde-4_Transformed.xml
.
till abcde-1966_Transformed.xml
.
How to get the file names which are not present in the total number of files using regex ?