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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -