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

Comma separated list of dates #80

Open maxbwell opened 6 years ago

maxbwell commented 6 years ago

If I pass a string containing a comma separated list of dates like "10/07/2009, 04/07/2009, 02/25/2009 and 07/25/2007" it will only find the last date in the list. If I add text after the commas like "10/07/2009, spacer 04/07/2009, spacer 02/25/2009 and 07/25/2007" it will find all dates in the list.