Function: consult--tofu-strip
consult--tofu-strip is a byte-compiled function defined in consult.el.
Signature
(consult--tofu-strip STR)
Documentation
Strip tofus from STR.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defun consult--tofu-strip (str)
"Strip tofus from STR."
(replace-regexp-in-string consult--tofu-regexp "" (substring-no-properties str)))