Forum Moderators: open
I'd like to use Dreamweaver's find and replace feature, but I'm having a hard time getting regular expressions to do what I need (but I'm fairly sure they can). I've tried, but I'm missing something.
I'd like to turn URLs similar to the following
<a onclick="openEnlarged(1004)" href="
into plain old <a href="
The 1004 number is a variable that changes for each of the hundreds of links that need to change.
Any help is much appreciated.