https://drive.google.com/file/d/0B6wat-mqQ0S9LWltV1FZTzd1d00/view
Hi
If the line break is a paragraph mark (Enter key)
- Select the line containing 22222222
-
Edit▸Find & Replace -
Search For:
$ - Replace With: let the field empty
- Other options: tick
Current selection onlyandRegular Expressions -
Replace(or Replace All)
If the line break was inserted with the Shift+Enter key combination.
- Select the paragraph containing 22222222
-
Edit▸Find & Replace -
Search For:
\n - Replace With: let the field empty
- Other options: tick
Current selection onlyandRegular Expressions -
Replace(or Replace All)
See help for Regular Expressions here.
[EDIT]
You find empty paragraphs with Search For: ^$
(also a regular expression so do not forget to tick the option)
Regards
Thank very much!
I have a lot of line text , not just 22222222.
If I want remove line breaks but empty paragraph,
How to do it?