in reply to Re: Check if one array is a subset of another
in thread Check if one array is a subset of another

If the big array is a X b c Y d Y e

and the small array is

 c Y

then the resulting array would be

a X b d Y e

Thanks