Search found 3 matches

by Naren
16 May 2022, 12:09
Forum: Cobian Reflector
Topic: Regular Expression Multiple File Extension Error
Replies: 5
Views: 2409

Re: Regular Expression Multiple File Extension Error

I am getting this error all the times in different machines. I have attached the settings, filter, Logs and properties file. I am not getting what you are asking me to send. 2022-05-16 14:36:47 Welcome to Cobian Reflector! 2022-05-16 14:36:47 Program version: 1.0.0 2022-05-16 14:36:47 Loading the ta...
by Naren
14 May 2022, 11:55
Forum: Cobian Reflector
Topic: Regular Expression Multiple File Extension Error
Replies: 5
Views: 2409

Regular Expression Multiple File Extension Error

I have written regular expression in the 'Exclude files Filter' as given in the example to exclude file extension other than jpg, jpeg and png Regular Expression: ^.*\.(?!mp4$|jpeg$|png$)[^.]+$ Regular Expression: ^.*\.(?!txt$)[^.]+$ (It is working properly) When I am running the task i am getting t...