When I download a file from a web site, and save it as a .txt file, it gets downloaded with a carriage return at the end of every line that creates for example an 11=page document. I then have to go into the document and manually delete the carriage return at the end of every line. This takes way too much time. There have been times when I’ve completed doing this that an 11-page document ended up being a 4-page document.
Hello,
please see the the list of regular expressions. Thus you just need to Edit -> Find & Replace
Search: “$” (without the quotation marks)
Replace: " " (without the quotation marks, just a space character)
and tick “Regular expressions”. Click button Replace All