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