"hosite"

doesn't look like it has what I want... I have a site that i want to find and replace a bunch of stuff in, and it all starts with "<!-----" and ends with "------>". A find and replace search with a wildcard (*) will not work because (*) only covers one character, I need something to handle multiplecharacters between two consistent variables ("<!---" and "--->"). I know there's a way to do this, help me people!