Variable: tramp-host-regexp

tramp-host-regexp is a variable defined in tramp.el.gz.

Value

"[%._[:alnum:]-]+"

Documentation

Regexp matching host names.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defconst tramp-host-regexp (rx (+ (any "%._-" alnum)))
  "Regexp matching host names.")