replace all chars between '(' and ')' including '(' and ')'?
Posted: Fri Apr 20, 2018 12:16 pm
I have a text file with the following
475M3PAC(KEMET),
0CA-13-F(DIO),NO
BZG053V3,BZG05C3V3(VISHAY),YES
How can I search and replace everything between the two ( ) including the '(' and ')' characters so the file ends up looking like this
475M3PAC,
0CA-13-F,NO
BZG053V3,BZG05C3V3,YES
475M3PAC(KEMET),
0CA-13-F(DIO),NO
BZG053V3,BZG05C3V3(VISHAY),YES
How can I search and replace everything between the two ( ) including the '(' and ')' characters so the file ends up looking like this
475M3PAC,
0CA-13-F,NO
BZG053V3,BZG05C3V3,YES