requireParameters($this->fillable_params); $regex = $this->parameter('regex'); return preg_match($regex, $value) > 0; } }