Thread Closed 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Limiting the consecutive occurrence
05-28-2012, 05:18 PM
Post: #50
RE: Limiting the consecutive occurrence
(05-28-2012 05:12 PM)M@LIK Wrote:  Haha... I was expecting this.

Just add this to the script:
Code:
/\(.\).*\(.\).*\1.*\2/d

Let me know if you found any other bugs!

Do you mean add it or should Pixel replace this line..
Code:
/\(.\).*\1.*\(.\).*\2/d

With this...
Code:
/\(.\).*\(.\).*\1.*\2/d

Thanks.
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Limiting the consecutive occurrence - Hash-IT - 05-28-2012 05:18 PM