Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Strange regex to test for newlines: /.*\z/

by moritz (Cardinal)
on May 29, 2007 at 09:04 UTC ( [id://617925]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Strange regex to test for newlines: /.*\z/
in thread Strange regex to test for newlines: /.*\z/

In r31303 of bleadperl this bug is fixed:
$ perl5.9.5 -E 'say "match" if "f\n" ~~ /.*\z/'
match
  • Comment on Re^3: Strange regex to test for newlines: /.*\z/

Replies are listed 'Best First'.
Re^4: Strange regex to test for newlines: /.*\z/
by demerphq (Chancellor) on May 29, 2007 at 10:58 UTC

    Just FYI: you can do links to the Archive of Perl Changes using the apc:// linktype.

    ---
    $world=~s/war/peace/g

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://617925]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found