Forum Moderators: open
Help is appreciated.
# If this is a simple edit on remote files it can be done via a script using php's replace functions. This could also be used locally, although personally cannot see the point as there are so many freebie search/replace programs. However, a search will throw up plenty of pre-written scripts.
# If this is to parse and modify the file "on the fly" before serving to a user agent, then a number of programming languages will do it. Again a search will throw up plenty of php egs, and the Php forum [webmasterworld.com] is available to assist.
For information purposes only, it would look something like this;
document.body.innerHTML = document.body.innerHTML.replace('Welcome', '<b>BLAH BLAH</b>');