YYYYMMDD
YYYYMMDD
YYYY MM DD
YY_MM_DD
I suck at this, so can anyone help me? Filtering out file format will not be a problem, but looking for the right / right amount of digits sure is problematic for me
YYYYMMDD
YYYYMMDD
YYYY MM DD
YY_MM_DD
regex:^(19|20)\d\d[01][1-9][0-31]\w
using thisYYYY MM DD - HH.MM.SS
Code: Select all
regex:^(\d{4})\s(\d{2})\s(\d{2})\s-\s(\d{2})\.(\d{2})\.(\d{2})