Created
February 18, 2018 13:56
-
-
Save daviseford/23262b420338715c71f38d93651cd69c to your computer and use it in GitHub Desktop.
regex_for_whatsapp_chat_logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const regex = txt.match(/^\[[\S]+[\s][\S]+[\s]\wM\]\s[\w\s]+:\s/gm) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment