Variable: hbut:label-delimiters-regexp
hbut:label-delimiters-regexp is a variable defined in hbut.el.
Value
"<\\[[^][()<>\"]+\\([\n
][^][()<>\"]*\\)?]>\\|<([^][()<>\"]+\\([\n
][^][()<>\"]*\\)?)>"
Documentation
Regular expression matching ibut names and ebut text/labels.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hbut.el
(defconst hbut:label-delimiters-regexp
(format (concat "%s[^][()<>\"]+\\([\n\r][^][()<>\"]*\\)?%s"
"\\|%s[^][()<>\"]+\\([\n\r][^][()<>\"]*\\)?%s")
(regexp-quote ibut:label-start) (regexp-quote ibut:label-end)
(regexp-quote ebut:label-start) (regexp-quote ebut:label-end))
"Regular expression matching ibut names and ebut text/labels.")