Generic validation for either HSN or SAC.
static bool isValid(String code) => isValidHSN(code) || isValidSAC(code);