akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
635 stars 167 forks source link

String with leading digits not parsed #62

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello, a string which has digits before the date to be extracted is not correctly handled, and thus does not extract any dates (both in strict and non-strict mode).

Here is an example: ' sf.0008 05/04/17 21:34' Kind regards