Open reagle opened 1 year ago
import datefinder matches = datefinder.find_dates(string_with_dates) for match in matches: print(match)