Biraz yorgun olduğum için kafam dağınık fakat bu kod hehalde işinizi görecektir.


foreach ($liste as $key) {

$konumbir = strpos($key, "2/18/2019 12:00:00");
$konumiki = strpos($key, "edge");

if($konumbir && $konumiki){
echo $key.'
';
}
}