Example:
a ; user ; name ; pass ; 123 ;
b ; login ; name ; password ; def;
c ;
d ;
e ; email ; s@d.com ; pass ; 789 ;
lines 1,2,5 have 5 semicolons and lines 3,4 have 1 semicolon I want line 3 and 4 deleted.
result:
a ; user ; name ; pass ; 123 ;
b ; login ; name ; password ; def;
e ; email ; s@d.com ; pass ; 789 ;