in reply to Re: String Newline Question
in thread String Newline Question
$ behaves like (?=\z|\n)No, it behaves like (?=\n?\z). Yours would match any embedded newline.
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: String Newline Question
by Juerd (Abbot) on Mar 23, 2002 at 22:30 UTC |