3v4l.org

run code in 300+ PHP versions simultaneously
<?php $searchArray = array('settings all','print', 'sum', 'industry'); $text = 'Lorem Ipsum is simply dummy text of the printing and typesettings all industry.'; $text = str_replace('.', '', $text); // and any other characters you dont want $checkArray = explode(' ', $text); var_dump(array_intersect($searchArray, $checkArray));

preferences:
100.67 ms | 407 KiB | 5 Q