Script Installation
pmatch Script Installation and Configure Services
|
Script Description:pmatch is an alternative to grep. It has most of the same functionality, but coupled with the power of PCRE engine in PHP. By default, pmatch shows only the portion of the line that matched, unlike grep that always shows the entire line. Site Url: http://www.phpinsider.com/php/code/pmatch/ |