Sanitizes a discovered-interface display name (Python InterfaceAnnounceHandler.sanitize_name).
InterfaceAnnounceHandler.sanitize_name
Strips non-ASCII, collapses runs of 2+ spaces, then trims leading/trailing characters that aren't alphanumeric. Returns null for an empty/falsy input.
null
Sanitizes a discovered-interface display name (Python
InterfaceAnnounceHandler.sanitize_name).Strips non-ASCII, collapses runs of 2+ spaces, then trims leading/trailing characters that aren't alphanumeric. Returns
nullfor an empty/falsy input.