in reply to Re^2: Strange regex to test for newlines: /.*\z/
in thread Strange regex to test for newlines: /.*\z/
So I'd expect "foo\n" =~ /.*\z/; to match, but capture the empty string in $&, not "foo\n".
Of course there are more elaborate ways to match for a newline character ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Strange regex to test for newlines: /.*\z/
by mrpeabody (Friar) on May 22, 2007 at 20:37 UTC |