You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @luizvbo , yeah it's actually not a desired behaviour and seems to have the same result in original commonregex package too. Will need sometime to figure out the proper regex for it. In the mean time if you need to parse dates, I would suggest using the date function from python standard library.
Checklist
master
branch of the latest code.Is your feature request related to a problem? Please describe
I don't know if it's a desired behaviour, but the package doesn't consider patterns that are part of a word. E.g., the code:
returns
['jan 12']
. I would expect an empty list instead.Describe the solution you'd like
I would expect an empty list (in the example above), given that "jan" is part of the token "Trojan".
The text was updated successfully, but these errors were encountered: