When a client sends me a PDF (because they can’t find their original document), I convert that PDF to text and then import that over into InDesign. When the PDF is converted to text, random “hard returns” will show up. (Of course, maybe the client put them in there originally instead of just allowing the text to flow naturally.) But anyway, I have “hard returns” in the middle of a sentence, and this occurs in several sentences throught the often very-long documents.
Sample:
I’m a little teapot short(hard return)
and stout.
So I do a GREP search for “any lowercase letter+standard carriage return+any lowercase letter”. And this helps me find all the instances, which is great.
However, is there a formula I could use to get it to KEEP the “any lowercase letter”, replace the “standard carriage return” with a “space”, and then KEEP the second “any lowercase letter”?
Or am I going about this the completely wrong way?