Warning! ErrorException [ Warning ]: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash COREPATH/classes/validation.php @ line 672: 671: { 672: return $this->_empty($val) || preg_match($pattern, $val) > 0; 673: }I got this error in my code
$val->add_field('pd',"Product",'required|match_pattern[#^[A-Za-z]+$#]');
It looks like you're new here. If you want to get involved, click one of these buttons!