pub fn sanitize_product_code(code: &str) -> String
Removes all characters that are NOT A–Z, a–z, or 0–9.