I would like to convert this:
ATOM   6990  CB  ILE A 1028     -0.558  90.754  9.341  0.00  0.00    +0.015 C
ATOM   6991  CB  ILE A 1028     -0.558  90.754  19.341  0.00  0.00    +0.015 C
Into this:
ATOM   6990  CB  ILE A 1028     -0.558  90.754   9.341   0.00  0.00    +0.015 C
ATOM   6991  CB  ILE A 1028     -0.558  90.754  19.341   0.00  0.00    +0.015 C
I tried using lookahead but my simple alteration to the current answer did not work for me. As i have a lot of similar anomalies i have to use regex.
 
     
    