Bbedit: Remove everything except this pattern

55 Views Asked by At

I have a very large html file that contains lots of strings like this:

<tr id="post-21156" 

I want to delete everything EXCEPT these strings. Each of the remaining strings should be on a different line, though.

Thanks in advance

0

There are 0 best solutions below