mowolf / ChatAnalyzer

Java script webapp that analyzes your WhatsApp Chat history locally on your machine.
https://chatanalyzer.moritzwolf.com
Other
208 stars 41 forks source link

Message extractor regex breaks with hyphens in group names #20

Closed ryanb93 closed 6 years ago

ryanb93 commented 6 years ago

Example:

[21/04/2018, 10:20:13] ‎You created group “Group-A”
[21/04/2018, 10:20:13] Group-A: ‎Messages to this group are now secured with end-to-end encryption.

Results in

-A” and -A: ‎Messages to this group are now secured with end-to-end encryption.

Being added to the messageArray

mowolf commented 6 years ago

will fix that today

mowolf commented 6 years ago

fixed