If the free source code editor Notepad++ has the feature \"Find in files...\", that is without the files being opened in the editor, does it also have the feature \"Replace in f
The workaround is
(this will remove all the new lines and there should be whole one line)
now perform your replacements
search and replace thisismynewlineword to \r\n
(to undo the step 1)