I have a long list, from which the fragment looks something like this:
X1000ABC
X1100ABC
X2000ABC
X2200ABC
X3000ABC
X3300ABC
Can someone explain how I can reconcile all lines except X1000ABCand X2000ABC?
My problem is that I have a long (and potentially growing) list of codes that differ only in 4-digit numbers. Two of these codes (I know of which two) from this list should be excluded.
I tried to use a negative lookahead, but ... I probably received the syntax incorrectly, since I can not get the "or" to work with it. Or ... I just don't understand the look.
Any help appreciated. Thanks in advance.
source
share