Regex to parse an iOS Whatsapp log (python) -


i'm trying use regex in python identify messages whatsapp log file.

i researched forum, answers i've found not fit example log.

i can identify messages, identify lines contain actions well, when user enters group, or changes subject.

here regex: https://regex101.com/r/vc2yw4/35


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -