On 8/16/11 12:51 PM, "Fritz Anderson" <[email protected]> wrote:

> I'm not completely clear on what you mean but is this what you intend?
> 
> Search:
> name="(.*?)"
> (Match 'name="', match and save any characters up to the next '"', match the
> closing '"')
> 
> Replace
> #\1#
> ('#', the matched-and-saved characters, '#')
> 
> ‹ F
Wow, that was it, thanks.  I was close.   Searching on name=".*"  found
every instance, but \1 did not preserve the found text.
Jeff 
~~~~~~~~~~~~
Jefferis Peterson, Pres.
Web Design and Marketing
http://www.PetersonSales.com
(724)-482-2015


-- 
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.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to