Does anyone know of a good way to parse ASP pages? <%(.*?)%> will not work for large pages (stack overflow), and anyway, it doesn't take into account that ASP like this is legal: <% response.write("This %> will fool <% most any %> parser") %>