On Tue, 2016-11-22 at 11:32 -0800, Mayuresh wrote: > Is there a way to make a 2 pass substitution? 1st one removing all the > \n's and then using another one to substitute the string that I want?
How big are your pages? If not too big, it would be simpler just to set no line-end and parse as a single line. (If pages are big it would still be simpler, but a big performance hit). -- Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org