Variable: projectile-replace--search
projectile-replace--search is a buffer-local variable defined in
projectile.el.
Documentation
Emacs regexp actually searched for (the term, regexp-quoted if literal).
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-replace--search nil
"Emacs regexp actually searched for (the term, `regexp-quote'd if literal).")