regex = $regex; } public function validate($input) { return (bool) preg_match($this->regex, $input); } }