find in files/replace methods
-
hi!
what is right way to find and replace all occurences of letters Ä,Ë,Ö,Ò,Ü with A,E,O,O,U in multiple files with find and replace instrument. I`m not keen on regex and doubt if i get the extended method right. There should be the way to do it at once, not letter by letter.
Any help appreciated, thanks. -
The example provided in the regex search and replace in this posting should help you:
https://notepad-plus-plus.org/community/topic/12887/switching-letters-with-one-regex/3 -
@Scott Summer
Thanks a lot, works fine. Topic closed.