GEN_UPC_A -> if (value.length != 11) "Must be 11 characters long" else if (!value.matches(REGEX_NUM)) ERROR_NUM_ONLY else null