pub fn has_colon_port(a: &str) -> Option<(&str, u16)>
If the provided parameter ends with :PORT and PORT is a valid u16, then crack apart and return the LABEL and PORT number portions. Otherwise, returns None
:PORT
PORT