joweich / chat-miner

Parsers and visualizations for chats
MIT License
566 stars 57 forks source link

Made regex for WhatsApp date format more restrictive #76

Closed joweich closed 1 year ago

joweich commented 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.