Function: hargs:delimited-p

hargs:delimited-p is a byte-compiled function defined in hargs.el.

Signature

(hargs:delimited-p START-DELIM END-DELIM &optional START-REGEXP-FLAG END-REGEXP-FLAG LIST-POSITIONS-FLAG EXCLUDE-REGEXP)

Documentation

Call hargs:delimited with its as-key arg set to none.

See hargs:delimited for full documentation.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hargs.el
(defun hargs:delimited-p (start-delim end-delim
			  &optional start-regexp-flag end-regexp-flag
			  list-positions-flag exclude-regexp)
  "Call `hargs:delimited' with its `as-key' arg set to `none'.
See `hargs:delimited' for full documentation."
  (hargs:delimited start-delim end-delim start-regexp-flag
		   end-regexp-flag list-positions-flag exclude-regexp 'none))