datefinder icon indicating copy to clipboard operation
datefinder copied to clipboard

strict mode is broken

Open the1gofer opened this issue 3 years ago • 1 comments

`import datefinder

test_string = "September 6, 1922"

matches = datefinder.find_dates(test_string, strict=True)

for match in matches: print(match)`

produces no matches. In fact, I can find no combination that yeilds results with that flag set to true.

the1gofer avatar Apr 27 '21 15:04 the1gofer

I am also facing the same issue with the latest version. This was working fine in older version.

varun-2108 avatar Sep 08 '21 09:09 varun-2108