I have a string array(strLarge) containing 5 values say 1,2,3,4,5. I have another string(strSmall) containing a value say 3.
Now I need to remove this strSmall from strLarge and finally get the result as 1,2,4,5.
I have a string array(strLarge) containing 5 values say 1,2,3,4,5. I have another string(strSmall) containing a value say 3.
Now I need to remove this strSmall from strLarge and finally get the result as 1,2,4,5.