Variable: consult--grep-match-regexp

consult--grep-match-regexp is a variable defined in consult.el.

Value

"\\`\\(?:\\./\\)?\\([^\n�]+\\)\\([0-9]+\\)\\([-:�]\\)"

Documentation

Regexp used to match file and line of grep output.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defconst consult--grep-match-regexp
  "\\`\\(?:\\./\\)?\\([^\n\0]+\\)\0\\([0-9]+\\)\\([-:\0]\\)"
  "Regexp used to match file and line of grep output.")