http://qs1969.pair.com?node_id=58794


in reply to Re: Re: Multiline Regex
in thread Multiline Regex

Actually, the regex "mostly works".

The problem with this regex is that the DATA does not have an immediate newline following it (there is a space). If the space is removed - or a simple (.+)? is added between the IP match and the newline, the first regex works fine. I'll leave someone else to do the benchmarks :-)

That's of course, if the original poster wants the new line before the line with the IP

Replies are listed 'Best First'.
Re: Re: Re: Re: Multiline Regex
by kilinrax (Deacon) on Feb 16, 2001 at 20:54 UTC
    Ack, sorry, nasty artefact of cut and paste :-/
    Well spotted and ++ to that man :-)