Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18441
    alphajoza
    Participant

    when the Regular Expressions is on and I try to find and replace a pattern which has “\r\n” in it, it takes a very very long time to finish! (I’m talking about a text with more than 2 million lines)

    any idea?
    any solution?

    (ver: 14.4.4)

    #20225
    wizzlepig
    Participant

    The graphical interface seems to slow it down when it’s doing \n or \r or \r\n , etc.

    Make the change from command prompt. I have a 7mb doc that is just numeric CSV data – like this 234, 345, 111, etc. From the command prompt the change to the file is practically instant.

    Here I am replacing comma space with new line.

    c:\emeditor /fi “, ” /x “c:\output2.txt” /rw “\r\n”

    It is the same speed to go in the other direction.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.