There's a possibility of two types of inputs:
A,B,C,D,E,F
and
(A,B,128)
Basically I needed a regex that would match line 1 but not line 2 and vice versa.
But, it's fine, I got everything working. Basically used a regex that matches the parens string, then just manually remove the parens...