I've taken over a project and have many many html files with strings like
this:

<a href="/catalogView.html?4;24;1::::::::::Page=1;Bran=512033">

I want to change all occurrences of a semi-colon within a url to something
else, like &amp;.

I started with this search string:

(href=\".*);(.*\"[ ,>])

and this replacement string:

\1\&amp;\2

The problem is it is only replacing one of the semi-colons (and oddly, to
me, not the first one) and I'd like to replace all of them.

Pointers would be appreciated.

-- 
This is the BBEdit Talk public discussion group. 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>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to