johnturek / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

[Request] Delete matching lines #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can we have a button to delete/delete all lines matching regex?

Original issue reported on code.google.com by stalker...@gmail.com on 26 Oct 2012 at 4:49

GoogleCodeExporter commented 9 years ago
Why not just replace all with nothing?

Original comment by swatch.c...@gmail.com on 28 Oct 2012 at 12:09

GoogleCodeExporter commented 9 years ago
Replace with nothing only delete whats in lines but it doesn't delete those 
lines themselves

Original comment by stalker...@gmail.com on 28 Oct 2012 at 1:54

GoogleCodeExporter commented 9 years ago
If you want to delete the lines that contain your pattern,
try this pattern, ^.*YOUR_PATTERN.*$(\n)*, and replace it with nothing.

Original comment by swatch.c...@gmail.com on 28 Oct 2012 at 3:53

GoogleCodeExporter commented 9 years ago
Since no more information, I will close this issue as WontFix.

Original comment by swatch.c...@gmail.com on 18 Nov 2012 at 1:25