Regex on Cobian Reflector

Questions about Cobian Reflector
Post Reply
Moh
Posts: 2
Joined: 30 Jun 2022, 13:03

Regex on Cobian Reflector

Post by Moh »

Hi
Regex seems not working on my Cobian Reflector 1.1.0.
For example, on the picture below, I just try to copy only 3-letter .txt files, but nothing happens.
Can you help me please.
Attachments
Capture.PNG
Capture.PNG (16.15 KiB) Viewed 1022 times
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Regex on Cobian Reflector

Post by cobian »

RegEx compares to the full path so use

.*\\[a-zA_Z]{3}\.txt

instead.
--
Luis Cobian
Cobian Backup's creator
Moh
Posts: 2
Joined: 30 Jun 2022, 13:03

Re: Regex on Cobian Reflector

Post by Moh »

It is working now. Thank you very much !
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Regex on Cobian Reflector

Post by cobian »

:OK
--
Luis Cobian
Cobian Backup's creator
Post Reply