Page 1 of 1

Not matching military (24) hour in filename

PostPosted: Tue Jun 25, 2013 3:05 pm
by bobert
Filename example: 2013_03_29_17_48_42 processed by FineReader
I have a rule for filename, matching:
Code: Select all
(Date: <year:1999>_<month:12(2)>_<day:31(2)>_<hour:13(2)>)(...)

Where (#) is how many digits to match, and hour is 13, i.e. 24-hour clock.

It is unable to match the "17" in the example above. Changing 13(2) to 13(1) (match 1 digit), and it works, but if i changed it to <hour:13(1)>_, it fails.

I tried this which worked:
Code: Select all
(Date: <year:1999>_<month:12(2)>_<day:31(2)>_)(digit)(digit)(...)(


So it looks like the military hour:13(2) and (1) aren't matching correctly?

Re: Not matching military (24) hour in filename

PostPosted: Wed Jun 26, 2013 2:39 pm
by Mr_Noodle
Thanks for the report. This is a known bug and there should be a fix in the next patch.