Regular Expression
mais usado
preg_filter
descrição
preg_filter() is identical to preg_replace() except it only returns the matches. For details about how this function works, read the preg_replace() documentation.
declaração de preg_filter
mixed preg_filter ( mixed $pattern , mixed $replacement , mixed $subject [, int $limit ] [, int &$count ] )
teste preg_filter on-line
compartilhar preg_filter
comentários para preg_filter
+