I have 2 string vectors, and I have intersected them in order to get the intersected string vector, but now, I need to get the 2 other string vectors without the intersected elements.
That is, vector.1
without intersected.vector
elements, and vector.2
without intersected.vector
elements. How can I do that?