<?php $re = '/(?<![^,])(?:rss-latest|listing-latest-no-category|category-128|page-9000)(?![^,])/m'; $str = 'page-9000,page-template,page-type,page-category-128,image-195,listing-latest,rss-latest,even-more-info,even-more-tags'; if (preg_match_all($re, $str, $matches)) { print_r($matches[0]); }
You have javascript disabled. You will not be able to edit any code.