Emacs-HowToReplaceString

From Coder Merlin
Revision as of 12:49, 8 April 2019 by Chukwuemeka-tinashe (talk | contribs) (Created page with "== How to Replace a String == * Press Alt-X * Type "replace-string" and then <RET> * Enter the string that you want to change, then <RET> * Enter the string that you want to u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

How to Replace a String[edit]

  • Press Alt-X
  • Type "replace-string" and then <RET>
  • Enter the string that you want to change, then <RET>
  • Enter the string that you want to use to replace the first string, then <RET>

NOTE:

  • To replace only strings in a specific range, select the range first