preg_grep
Definition
array preg_grep ( string $pattern , array $input [, int $flags = 0 ] )
Description
Returns the array consisting of the elements of the input array that match the given pattern.
array preg_grep ( string $pattern , array $input [, int $flags = 0 ] )
Returns the array consisting of the elements of the input array that match the given pattern.