<?php $array = Array ( "[", " [", " [", "Test", "Server1", null, "Server2", null, "", "stopped", " ]", " ]", "]" ); $res = preg_grep("/^\h*[][]\h*$/", $array, PREG_GREP_INVERT); var_export($res);
You have javascript disabled. You will not be able to edit any code.