PHP为使用Perl兼容的正则表达式搜索字符串提供了7个函数,分别是preg_grep().preg_match().preg_match_all().preg_quote().preg_replace().preg_replace_callback()和preg_split() 1, preg_grep()函数,将数组中符合要求的元素组成数组返回.函数样式如下, array preg_grep(string $pattern,array $input),$pattern为查询条件,$inpu…