<?php $text1 = array ('you', 'hello', 'WORLD'); $text2 = "Hello world"; $text2 = explode(" ", $text2); Var_dump(array_diff($text1, preg_grep("/" . Implode("|", $text2) . "/i", $text1)));
You have javascript disabled. You will not be able to edit any code.