Thanks for the tip. It seems to be working for exact replacement of HTML excerpts as you said, but I am having trouble getting it to recognize quotes. For example, I am trying to change all insteances of: target="_1" to target="_newname" It works if I do a search for _1 alone, but there are other isntances of _1 occuring that I do not want to overwrite. I would like to be able to search for the entire phrase: target="_1" if possible. Thanks! |