Posts Tagged ‘dreamweaver’

Using Regular Expressions with Dreamweaver’s Find and Replace

September 11th, 2009 | No Comments | HTML

Using Regular Expressions with Dreamweaver's Find and Replace

Having had the pleasureable task of cleaning up code, I’ve found using regular expressions with Dreamweaver’s Find and Replace tool to be a lifesaver.

Say you have several links on a page that need to be updated so they all point to the same url. Instead of manually changing every link, we’ll let Dreamweaver’s Find and Replace tool and regular expressions automate this for us.

Continue Reading