Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strict mode fills in and return incomplete dates (that are not supposed to be dates) #183

Open
levkeO opened this issue Jan 9, 2023 · 0 comments

Comments

@levkeO
Copy link

levkeO commented Jan 9, 2023

import datefinder
list(datefinder.find_dates('results = 3.8, 10', strict=True,source=True))

returns [(datetime.datetime(2023, 3, 10, 0, 0), '3.8, 10')]

but I would expect it to find no dates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant