4

Possible Duplicate:
Find and Replace several several different values all at once

to find multiple words i use |
But how regex must i use to replace words with many words?
Look here please:

enter image description here

1 Answers1

1

Just use the normal find/replace function without regex. Do that multiple times for each word-pair you want to replace. If you have to apply this to multiple files, you can record a macro with notepad++.

sinned
  • 519