How can you activate Emacs' kill-ring in Regex-builder?
My regex " [a-zA-z/0-9-.]*" hilights stuff which I want to be removed.
I put the regex to kill ring by C-c C-w.
I unsuccessfuly activate the delete -command by pressing SHIFT-CTRL-META-5 that is how I understand C-M-%, and then ENTER which gives replaced 0 occurances. I should apparently press ! somewhere.
Where do you press !?