akoumjian / datefinder

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

disable matching multiline date #84

Open yucer opened 6 years ago

yucer commented 6 years ago

String sections like this one:

' 2 02\n\n10'

are interpreted like a date. But the numbers are really in different lines.