Shorter, yields same result as Bill's solution: SEARCH: .+
REPLACE: <a href="&" target="_blank">&</a> On Feb 13, 3:12 pm, Bill Hernandez <[email protected]> wrote: > On Feb 13, 2010, at 11:14 AM, Kim Mosley wrote: > > >http://austinzencenter.org/aboutazc/aboutazc.html > >http://austinzencenter.org/aboutazc/aboutazchistory.html > >http://austinzencenter.org/aboutazc/aboutazclineage.html > >http://austinzencenter.org/aboutazc/aboutazcorganization.html > >http://austinzencenter.org/aboutazc/bylaws.html > >http://austinzencenter.org/aboutazc/organizationboard.html > > Kim, > > +blank should have been _blank, I never proofread, and it shows... > > SEARCH : ^([^\r]+) > > REPLACE : <a ref="\1" target="_blank">\1</a> > > <a ref="http://austinzencenter.org/aboutazc/aboutazc.html" > target="_blank">http://austinzencenter.org/aboutazc/aboutazc.html</a> > > <a ref="http://austinzencenter.org/aboutazc/aboutazchistory.html" > target="_blank">http://austinzencenter.org/aboutazc/aboutazchistory.html</a> > > <a ref="http://austinzencenter.org/aboutazc/aboutazclineage.html" > target="_blank">http://austinzencenter.org/aboutazc/aboutazclineage.html</a> > > <a ref="http://austinzencenter.org/aboutazc/aboutazcorganization.html" > target="_blank">http://austinzencenter.org/aboutazc/aboutazcorganization.html</a> > > <a ref="http://austinzencenter.org/aboutazc/bylaws.html" > target="_blank">http://austinzencenter.org/aboutazc/bylaws.html</a> > > <a ref="http://austinzencenter.org/aboutazc/organizationboard.html" > target="_blank">http://austinzencenter.org/aboutazc/organizationboard.html</a> > > Best Regards, > > If this is not what you need let me know... > > Bill Hernandez > Plano, Texas > -- > 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 > athttp://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.
