I need to replace "something"the file with :something. My editor is Kate, can someone suggest a search expression and placeholder for this.
"something"
:something
Example Input "code" "name" "remark" Output :code :name :remark
find "(\w+)", replace with:\1
"(\w+)"
:\1
search: (something)replace :: \ 1
Why aren't simple searches and replacements suitable? template: replace something :: something