I have the following operation which splits a string whenever it encounters an alphabet: I want to extend it in such a way that it splits the string whenever the variable encountered is NOT a number, bracket, plus sign, hyphen, newline or tab. I have written a regex which can match the above: But I need to negate it, to