Search found 5 matches

by rosgr100
Thu May 09, 2024 4:40 pm
Forum: Duplicate Cleaner support
Topic: Regex to mark folders not ending with a digit?
Replies: 2
Views: 212

Re: Regex to mark folders not ending with a digit?

DigitalVolcano wrote: Tue May 07, 2024 7:47 pm This should work for .NET regular expressions though I've not tested it in DC

Code: Select all

.*(?<![0-9])$

https://regex101.com/r/MAJQSZ/1
Unfortunately this didn't work for me.
But i found a solution to it.

Code: Select all

\\[^\\]*[A-Za-z]+\\$
This did the job.
by rosgr100
Tue May 07, 2024 11:31 am
Forum: Duplicate Cleaner support
Topic: Regex to mark folders not ending with a digit?
Replies: 2
Views: 212

Regex to mark folders not ending with a digit?

Hello, I need to use a regex pattern to mark folders based on their names. Specifically, I'm looking to mark folders their name does not end with a digit. I've tried several regex patterns, but none seem to be working as expected. I'm using the .NET Framework Regular Expressions but I'm struggling t...
by rosgr100
Sun Mar 24, 2024 5:42 pm
Forum: Duplicate Cleaner support
Topic: Ignore text patterns when comparing
Replies: 3
Views: 31350

Re: Ignore text patterns when comparing

This would be really useful.

Thank you for the response.
by rosgr100
Mon Mar 18, 2024 1:18 pm
Forum: Duplicate Cleaner support
Topic: Ignore text patterns when comparing
Replies: 3
Views: 31350

Re: Ignore text patterns when comparing

Hi, Again.

Is ignoring certain strings or text patterns somehow possible in the current version?

If not, is this a feature planned to be added in an update?

Thank you.
by rosgr100
Sun Jan 01, 2023 5:40 pm
Forum: Duplicate Cleaner support
Topic: Ignore text patterns when comparing
Replies: 3
Views: 31350

Ignore text patterns when comparing

It would be really helpful if we could specify multiple text patterns to be ignored when comparing two file names or tags.

For example, music tracks with featuring artists are using different wording such as `&/feat./ feat /Feat./ft./ ft / Ft. / FT./, /` etc.


Thank you!