How to remove an entire line which matches a pattern

Viewed 13473

The following pattern matches an entire line, how do I search and remove these lines. If I leave a space in the replace string, it leaves a blank in that particular line, when I do via eclipse.

^[\t ]*<param name="logic" .*$
2 Answers
Related