Function is_valid_handle

Source
pub fn is_valid_handle(handle: &str) -> Option<String>
Expand description

Validates and normalizes an AT Protocol handle. Returns the normalized handle if valid, None otherwise.