Dotan Cohen - [email protected] wrote:
Thanks, Mark. That text was copied and pasted from a website. Is there a way to convert all the New Paragraph marks to New Line marks? I tried to do the same conversion once and failed to find a way, but maybe it does exist.
I can't see a way either. I have found a way to do the reverse (convert new lines to paragraph breaks), but unfortunately that's not much use in your case.
For anyone who may be interested, from the help for regular expressions in Find & Replace (from Find & Replace, click "More Options" and tick "Regular expressions"):
\n Represents a line break that was inserted with the Shift+Enter key combination. To change a line break into a paragraph break, enter \n in the Search for and Replace with boxes, and then perform a search and replace. \n in the Search for text box stands for a line break that was inserted with the Shift+Enter key combination. \n in the Replace with text box stands for a paragraph break that can be entered with the Enter or Return key.
Presumably this is the way it's supposed to work... seems a bit strange to me that \n has a different meaning depending whether it's in the search or replace field.
Mark. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
