I want to delete any element in Array 2 if it contains any of the elements in Array 1. From my research I’ve found that array_filter may be the one to use, but I confused about how I’d do this. I’ll then need to reset the array keys. Could anyone suggest a method? For example, any element containing ‘123998’ exactly