As part of my own personal cheat sheet, I’ll be adding a selection of code snippets and shortcuts. Here’s a bit of regex I use quite a bit in Dreamweaver for Find/Replace. The Dreamweaver wildcard: ([^<]*) Used in this example below to rename links in a page with a .php extension. Using regular expressions, [...]