Tuesday, 20 August 2013

Regular Expression in dreamweaver

Regular Expression in dreamweaver

Can anyone help me turn this into a regular expresion?
<a onclick="NavigateChat();" style="cursor:pointer;"><img
src="images/online-chat.jpg" width="350" height="150" border="0"
alt="Title Loans Novato - Online Chat"/></a>
The alt tag will change, and so might the image, but <a
onclick="NavigateChat();" style="cursor:pointer;"> will always start the
string, and </a> will always end it.. How can I used a regex to find this?

No comments:

Post a Comment