Actually wouldn't an easier way be a script to find everything the opposite way, so say between border=0 and <img src and replace it with a space? What is the syntax for that in BBEDIT. I am not up on my GREP.
-Jonah Lee ************************************************************************************************ I mean, think about it. You have a director, the cast, the staff-and everyone is together for a brief period of time. They have the same project and goal-the same members of the same cast right? It doesn’t matter what time of day it is-morning, noon or night-because even when they’re tired, they still need focus. Eventually they begin to cling together, sticking to one another much closer than some lovers, even closer than some families, physically and mentally. They’ve come together for only one reason, to create a certain scenario. Once the film has been shot, then bang-they’re out on their own. They go back to their real lives, the only thing left is the footage, and then only what makes it onto film. On the night of the preview, when they finally come back together, each scene must bring a flood of memories-things that happened on the set, and so on. But even if the memories remain, the moments lost forever. To me a movie is just a small version of life, so it’s pointless to think about something that will never happen again. excerpted from AMRITA by Banana Yoshimoto mailto:[email protected] http://www.whaleofatale.net ************************************************************************************************ On Jul 2, 2010, at 2:15 PM, Miraz Jordan wrote: > On Sat, Jul 3, 2010 at 09:02, Jonah Lee Walker <[email protected]> wrote: >> So I want to either write an applescript to automate a search for >> multiple files, or a search expression so that I can extract >> everything between the <img src=" and " border=0> in the document and >> have them all pasted into another document, skipping everything else >> in the document. > > I'd write an Applescript that did these things: > > * add Return characters before <img src > * add Return characters after border=0> > > That would isolate the desired strings on their own lines. > > * Process lines containing ... <img src , setting it to Copy to New Document. > > Done. > > You should be able to Record such a script easily. > > Cheers, > > Miraz > > > > > > -- > Miraz Jordan > > MacTip: Edit and use Safari 5's Top Sites - > http://mactips.info/2010/06/edit-and-use-safari-5s-top-sites > > KnowIT: What should visitors do next? - > http://knowit.co.nz/2010/07/what-should-visitors-do-next > > Tech Universe: http://nzherald.co.nz > > -- > You received this message because you are subscribed to the > "BBEdit Talk" discussion group on Google Groups. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/bbedit?hl=en > If you have a feature request or would like to report a problem, > please email "[email protected]" rather than posting to the group. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
