pattern, $value); return $this->notMatch ? $match === 0 : $match !== 0; } /** * Get the validation error message. * * @return string */ public function message() { return $this->message; } }