I need to change every page on my site. I would normally do a search and replace but there is one character different on every page, but it is in the same spot. So I need to know if there is a way to do a search and replace with a wildcard? example: http://location/L/location/14.php is on one page http://location/m/location/14.php is on another Code (markup): I want to do something like find: http://location/*/location/14.php replace with: http://location/location/14.php Code (markup): I know you can't do this in dreamweaver. Any ideas?