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.
