In a given text file, generally speaking, if I want to swap two things, say the word apple with the word orange, and both exist in the document, then I first have to change one of them to something that is not found in the document, change the other, and then change the first one back.
It would be nice to be able to do this in any of the following programs:
- word
- Excel
- Notepad++
Is there a way to do this without the intermediate value?