It seems simple, but I don't get it to work. I wan't to delete everything after something..... but I only get to delete line 1. example :
- this is line 1
- this is line 2
- this is line 3
- this is line 4
I get to delete line 1, but not 2,3 and 4.
Some tips ?
More information : I tried to do this in Yahoo pipes.
I like to delete everything after : </div></a></div>
Try this regex:
That should match anything after a new line. I used the following command in vim and it deleted lines 2, 3, and 4.
I think you need to provide more details like the tool you are using, etc.