Compare all characters of a file name
With this comparison method, the complete file name is compared.
Compare only characters at the beginning of a file name
With this comparison method, only a certain number of characters at the beginning of a file name are compared.
Compare only characters at the end of a file name
With this comparison method, only a certain number of characters at the end of a file name are compared.
Ignore characters at the end of a file name
With this comparison method, a certain number of characters at the end of a file name are ignored.
Ignore specific characters from the file name
Here you can specify multiple characters that will be ignored when comparing two file names.
For example, if you include the plus and minus signs (+-), the filenames "Test-01" and "Test+01" are recognized as duplicates.
Ignore text patterns from the file name
Here you can specify multiple text patterns to be ignored when comparing two file names.
Multiple text patterns must be separated with a slash character (/).
For example, if you specify the text pattern "001/002", then the filenames "Test001" and "Test002" will be recognized as duplicates.