grep help, delete everything other than what I'm matching

2009-10-28 Thread BB Design
I'm using BB Edit grep to select a/a links like this: (\a.*\\/a) So I can paste the match using: \1 However, I basically want to delete everything else in the document except these links, so that all I am left with is the links. Possible to modify my code to accomplish this? Thanks!

Re: grep help, delete everything other than what I'm matching

2009-10-28 Thread Doug McNutt
At 09:30 -0700 10/28/09, BB Design wrote: I'm using BB Edit grep to select a/a links like this: (\a.*\\/a) So I can paste the match using: \1 However, I basically want to delete everything else in the document except these links, so that all I am left with is the links. Possible to modify my

Re: grep help, delete everything other than what I'm matching

2009-10-28 Thread Miraz Jordan
On Thu, Oct 29, 2009 at 05:30, BB Design bradbans...@gmail.com wrote: I'm using BB Edit grep to select a/a links like this: (\a.*\\/a) So I can paste the match using: \1 However, I basically want to delete everything else in the document except these links, so that all I am left with is