L
L
lakegull2016-01-16 22:37:30
Regular Expressions
lakegull, 2016-01-16 22:37:30

How to remove all paragraph marks in bulk?

Hello, today is January 16th.
Tell me how in Notepad ++ to massively remove all paragraph marks (transfer to the next line)? I've tried everything google has to offer and nothing works. Tried replacing "\r\n" with a space, doesn't help. Is it possible to do this with regular expressions?
I know how to do it in Word, but the file is too big and it takes a long time to process.
Now like this:

-22.0237827),(
              64.1640003
            ,
            
              -22.0236845),(
              64.1637717
            ,
            
              -22.0235442),(
              64.1635315
            ,
            
              -22.0233616),(
              64.1633214
            ,
            
              -22.023117),(
              64.1631426
            ,

You need it like this:
-22.0237827),(64.1640003,-22.0236845),(64.1637717,-22.0235442),(64.1635315,-22.0233616),(64.1633214,-22.023117),(64.1631426,

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2016-01-16
@lakegull

in https://www.textpad.com/download/ - F8 - replace \n\n with \n
well, or \r\n with \n, I just don't know how your text is built, or stupidly tab to a space or to empty, try

  • copy the tab area and without the regexp option change to nothing
  • \n, change to ,
  • ,\n change to , twice
  • Didn't find what you were looking for?

    Ask your question

    Ask a Question

    731 491 924 answers to any question