Function: tramp-build-prefix-ipv6-regexp

tramp-build-prefix-ipv6-regexp is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-build-prefix-ipv6-regexp)

Documentation

Return tramp-prefix-ipv6-regexp.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-build-prefix-ipv6-regexp ()
  "Return `tramp-prefix-ipv6-regexp'."
  (tramp-compat-rx (literal tramp-prefix-ipv6-format)))