Closed joweich closed 1 year ago
WhatsApp date format has now an additional check for either comma or space in the end: ((\,)|(\ )). This makes the regex more restrictive and fixes #72.
((\,)|(\ ))
WhatsApp date format has now an additional check for either comma or space in the end:
((\,)|(\ ))
. This makes the regex more restrictive and fixes #72.