0

I am using PowerGrep to collect some data from html files. In every file I match two strings using regex, and then I want to combine that two strings into one line.

I tried to use:

$\r\n

and replace with blank but it won't work. When I use the same regex in Notepad++ it works. But I can't use Notepad++ to collect data from a lot of files at once. Any hint how to combine two lines in PowerGrep?

This is what I have

aaa, 
bbb

Want this:

aaa,bbb
Robert
  • 91
  • 2
  • 12

0 Answers0