PHP preg_match June 7, 2012 Pramod T P <?php preg_match( “/c.*?.*?.*?z/”, “phpcodez.com”, $result ); if(count($result)) print_r($result); ?>