Page 1 of 1

Regex on Cobian Reflector

Posted: 30 Jun 2022, 13:13
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.

Re: Regex on Cobian Reflector

Posted: 01 Jul 2022, 19:39
by cobian
RegEx compares to the full path so use

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

instead.

Re: Regex on Cobian Reflector

Posted: 02 Jul 2022, 21:27
by Moh
It is working now. Thank you very much !

Re: Regex on Cobian Reflector

Posted: 02 Jul 2022, 23:16
by cobian
:OK