datefinder icon indicating copy to clipboard operation
datefinder copied to clipboard

Unable to detect dates

Open asishm opened this issue 7 years ago • 0 comments

list(datefinder.find_dates('date: 11-05-16')) gives an empty list

while list(datefinder.find_dates('date 11-05-16')) (without the colon) gives the correct result [datetime.datetime(2016, 11, 5, 0, 0)]

asishm avatar Jun 20 '17 14:06 asishm