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