pub fn is_valid_product_code(code: &str) -> bool
Returns true only if the product code contains A–Z, a–z, or 0–9.