<?php $output= array('football GAME', 'cricket GAME', 'computer DEVICE','mobile DEVICE'); $string = 'DEVICE'; $devices = preg_grep("/" . $string . "/i", $output); Var_dump($devices);
You have javascript disabled. You will not be able to edit any code.