Variable: tramp-localname-regexp

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

Value

"[^\n
]*\\'"

Documentation

Regexp matching localnames.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defconst tramp-localname-regexp (rx (* (not (any "\r\n"))) eos)
  "Regexp matching localnames.")