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:

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:

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++.