pub fn strip_display_separators(s: &str) -> StringExpand description
Strip every display separator (SPEC §3.2) — used on intake before decode. Idempotent; strips ONLY separators (other chars pass through, so a malformed card is never silently “cleaned” into validity).