I have a page where there is dynamic text injected into the mark-up before the DTD. My attempts to remove it so far have been unsuccessful. The regex is wrong, because it hangs up the site. Here is what I tried: FIND: (.*)\<\!DOCTYPE REPLACE WITH: $0 How can I get this to work? |