Home > Back-end >  Regex: how to find 3 or more matches in a row NOT ONLY one by one
Regex: how to find 3 or more matches in a row NOT ONLY one by one

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 enter image description here

1/1 : enter image description here

If 0/0 appears 3 times or 1/1 appears 3 times enter image description here

If any of 0/0 1/1 appears 3 times If any of 0/0 1/1 appears 3 times

  •  Tags:  
  • Related