yes, I would do a GREP search like so— find: src="/images/thumbs/(.*).jpg" alt=""
replace: src="/images/thumbs/\1.jpg" alt="\1" On Nov 19, 6:55 am, Birger Borgwardt <[email protected]> wrote: > Hello. I want to copy a text from a file name to the alt="" text field > F. example > picture.jpg to alt="picture" > > src="/images/thumbs/pic1.jpg" alt="" > src="/images/thumbs/pic1.jpg" alt="pic1" > > Is it possible in BBE? > > Regards and thanks BirgerB -- 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.
