Page 1 of 1
[Solved] Remove paragraph breaks
Posted: Tue Jun 03, 2025 11:06 am
by Jessiebessie
I have copied some text from a website and want to remove the paragraph breaks so the text flows better. How do I do it?
Re: Removing paragraphs breaks
Posted: Tue Jun 03, 2025 11:22 am
by robleyd
A search of the forum for the phrase r
emove paragraph breaks turned up a number of solutions, including:
[Tutorial] Combine paragraph fragments with AutoCorrect
[Tutorial] How do I remove end_of_paragraph marks?
Re: [Solved] Removing paragraphs breaks
Posted: Fri Jun 13, 2025 5:10 pm
by changlee
If you need just the text, why do you just copy/paste it through notepad without formatting?
Re: [Solved] Removing paragraphs breaks
Posted: Fri Jun 13, 2025 5:26 pm
by Hagar Delest
Because the original paragraphs are split and each line becomes a one-line paragraph when copied. It comes from the web site layout.
I guess a negation is missing in your question.
Re: [Solved] Removing paragraphs breaks
Posted: Fri Jun 13, 2025 5:33 pm
by RoryOF
For short texts - i.e. less than 64KB in length, I use
Find \n
Replace <space character>
drop More options and select Regular expressions
the press Replace All.
There will almost always be some editing required.