RadhikaG / ChatPretty

A pretty-printer for (for now) WhatsApp chats.
https://chatpretty.herokuapp.com
MIT License
8 stars 4 forks source link

Fix #1 - Accept the comma-separated format #2

Closed jailuthra closed 9 years ago

jailuthra commented 9 years ago

I had to change the time-extraction regex (tEx) to using groups for extraction rather than the positive look-behind (?<=...) because we have to give an expression with fixed length to the positive look-behind and the expression now had an optional comma so it wasn't fixed length anymore

Please do test the changes before merging :stuck_out_tongue_winking_eye:

RadhikaG commented 9 years ago

Tested and merged. Thanks!