Regular Expression
most used
preg_grep
description
Returns the array consisting of the elements of the $input array that match the given $pattern.
declaration of preg_grep
array preg_grep ( string $pattern , array $input [, int $flags ] )
test preg_grep online
share preg_grep
comments for preg_grep
be the first
No comments so far for preg_grep(). Leave yours as first below.
+