I have two string arrays
array1={"Hardware Docs","Customer Data","Customer Docs","Commit Reviews","Product Planning Docs","Business Operations ","Proprietary"};
array2={"Hardware Docs","Customer Docs"};
I want uncommon strings from both of these arrays.can anyone suggest how to do it.