'',trim(preg_replace('/\s\s+/iu','',mb_strtolower($string)));$matchWords=array_filter(explode(' ',$string) , function ($item)use($stopwords) {return!($item== '' ||in_array($item, $stopwords) ||mb_strlen($item) <= 2 ||is_numeric($item)...