I just tried finding CR or LF characters in Scrivener, or EOLs, and that doesn’t work.
I can find entire paragraphs, using
^.*$
, but search for \r or \n returns nothing. Bug.
My suggestion is to use an external text editor such as Notepad++, Atom, Sublime, jedit, or something similar, to edit those out. Show all characters, find out what’s there, and use the text editor’s find and replace (which will do regex if you tell it to) to get rid of them. Don’t use the notepad that comes with Windows; it doesn’t do regex.
Thanks for the input rwfranz , Like many others, I also use Notepad++ as my default text editor. The process is just cumbersome. I cannot wait for the final release of the Windows 3 version, it cannot arrive too soon.