Open maharris77 opened 1 year ago
Use positive lookahead and positive lookbehind in DATES_PATTERN for a cleaner way to guard against spurious matches of month or day text. Avoids matching "market", "separate", "amar", but allows digits ("12jan2023").
Use positive lookahead and positive lookbehind in DATES_PATTERN for a cleaner way to guard against spurious matches of month or day text. Avoids matching "market", "separate", "amar", but allows digits ("12jan2023").