Closed ericcornelissen closed 2 weeks ago
Without this change depreman would consider dates such as foo2024-01-01 or 2024-01-01bar as valid. This was because the regular expression for matching dates did not use start and end anchors.
foo2024-01-01
2024-01-01bar
Without this change depreman would consider dates such as
foo2024-01-01
or2024-01-01bar
as valid. This was because the regular expression for matching dates did not use start and end anchors.