Variable: tramp-host-with-port-regexp
tramp-host-with-port-regexp is a variable defined in tramp.el.gz.
Value
"\\([%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:#\\)\\([[:digit:]]+\\)"
Documentation
Regexp matching host names with port numbers.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-host-with-port-regexp
nil ; Initialized when defining `tramp-syntax'!
"Regexp matching host names with port numbers.")