Variable: thing-at-point-hexadecimal-regexp

thing-at-point-hexadecimal-regexp is a variable defined in thingatpt.el.gz.

Value

"\\(0x\\|#x\\)\\([a-fA-F0-9]+\\)"

Documentation

A regexp matching a hexadecimal number.

Source Code

;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defvar thing-at-point-hexadecimal-regexp
  "\\(0x\\|#x\\)\\([a-fA-F0-9]+\\)"
  "A regexp matching a hexadecimal number.")