On Tue, Apr 19, 2011 at 1:02 PM, Mel Brands <bighype(a)gmail.com> wrote:
The replacement regexp is something like
'\n$1,$2,$3\n'. That's it.
What's the search expression? Chances are that's what's causing the
problem. It's very easy to write a simple expression that (in any
engine) takes a very long time to evaluate. perldoc perlre has some
examples, IIRC.