is it possible to delete all words from any word to any word? For example: lm({X 7.621,Y 48.681,Z 0.225})0.0000,F1800 lm({X 7.576,Y -56.324,Z 0.225})5.3042,F735 I want to delete all words after }) to the end of the line. Result: lm({X 7.621,Y 48.681,Z 0.225}) lm({X 7.576,Y -56.324,Z 0.225}) one more...