Variable: hibtypes-social-regexp
hibtypes-social-regexp is a variable defined in hib-social.el.
Value
"\\([[:alpha:]]*\\)\\([#@]\\)\\(/?[[:alnum:]]+[-=._/[:alnum:]]*[-=_[:alnum:]]\\|=[-=.:_/[:alnum:]]*[-=_/[:alnum:]]\\)"
Documentation
Regexp that matches a social media/git hashtag or username reference.
See ibtypes::social-reference for format details.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-social.el
(defconst hibtypes-social-regexp
(concat "\\([[:alpha:]]*\\)\\([#@]\\)"
"\\(" hibtypes-git-project-regexp "\\|" hibtypes-git-file-regexp "\\)")
"Regexp that matches a social media/git hashtag or username reference.
See `ibtypes::social-reference' for format details.")