Open yangch opened 1 year ago
import datefinder
s = 'TEST 2023-04-10 novel'
matches = datefinder.find_dates(s) # No matches for match in matches: print(match)
Lastest release version.
If you run following script, there is no matched output.
import datefinder
s = 'TEST 2023-04-10 novel'
matches = datefinder.find_dates(s) # No matches for match in matches: print(match)