forceFull) { $pattern .= '|[a-fA-F0-9]{3}'; } $pattern .= ')$/'; if (! preg_match($pattern, $value)) { $fail('The :attribute must be a valid hexadecimal colour code.'); } } }