Time:01-05
I try to find rows in my file where '1/1' or '0/0' occur 3 or more times. I use regex in Python. I test my regex with
1/1 :
If 0/0 appears 3 times or 1/1 appears 3 times
If any of 0/0 1/1 appears 3 times
Page link:https//www.codepudding.com/Backend/250795.html