Quantcast
Channel: CobianSoft
Viewing all articles
Browse latest Browse all 1962

Cobian Reflector • Regular expression to filter include files

$
0
0
Hello, I would like to backup files with a string between two dashes: 2022.07.20-10.41.43-1604-1.CAP and do not backup files without a string, like this: 2022.07.19-15.03.12--1.CAP
The left (Date-Time) part always has the same format:

Code:

\d{4}\.\d{2}.\d{2}-[\.\d]{2,3}
The right side is always

Code:

\d{1}.CAP
What RE should I use?

Statistics: Posted by ilyagi — 16 Mar 2025, 08:30 — Replies 1 — Views 6



Viewing all articles
Browse latest Browse all 1962

Trending Articles