Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text find-replace
#2
That macro doesn't insert any empty lines. Try to run it again, but in another editor, eg notepad or wordpad.
____________________________________

To cut repeated lines, use QM's find-replace dialog.
Trigger Ctrl+Shift+Alt+H.

In "From" field, use

(?m)(^.+\r\n)((?s).+?)?\1

In "To" field, use

$1$2

Uncheck "Match case", "Whole word". Check "Regexp". Repeatedly click "Replace All", until third button shows 0. If doubled lines are adjacent, then you will have to click only several times, else it can take many time.


Attached Files Image(s)
   


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)