*** class.tslib_content.php Tue Oct 21 18:45:04 2008 --- class.tslib_content.php Tue Nov 4 19:54:23 2008 *************** *** 3448,3453 **** --- 3448,3459 ---- $flag=0; } } + if (isset($conf['matches']) || isset($conf['matches.'])) { + $string = trim($this->stdWrap($conf['matches'],$conf['matches.'])); + if (!preg_match($string, $value)) { + $flag=0; + } + } if (isset($conf['isInList']) || isset($conf['isInList.'])) { $number = trim($this->stdWrap($conf['isInList'],$conf['isInList.'])); if (!t3lib_div::inList($value,$number)) {