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