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:The right side is always What RE should I use?
The left (Date-Time) part always has the same format:
Code:
\d{4}\.\d{2}.\d{2}-[\.\d]{2,3}
Code:
\d{1}.CAP
Statistics: Posted by ilyagi — 16 Mar 2025, 08:30 — Replies 1 — Views 6