Page 1 of 1

Auto detect date format

PostPosted: Sun Feb 02, 2020 5:52 pm
by hgeri
I want to find the last date in file content. There are many date formats in files. Usually, it works, but some formats are missing from patterns. Eg: 2019.12.28.
How can I put this missing format?

Re: Auto detect date format

PostPosted: Mon Feb 03, 2020 10:29 am
by Mr_Noodle
You can add extra conditions to match specific formats. You may need to use a nested condition (check the manual) to mix "any" conditions with "all".