I've been trying to play around with regular expressions on Dreamweaver using a few guides but I cant see to get them to do what I need.
Basically if I have a tag like <a href="whatever"> I need it to find everytime theres a <a href="whatever"> and replace it with <a href="whatever.html">
The text in "whatever" changes though, its not always the same.
Anyone can give me an example on how one would achieve this? It would help me figure out my other problems if I had an example for this.