Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Matching Newlines in RegExp

by stefan k (Curate)
on Jun 14, 2004 at 13:23 UTC ( [id://366529]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $e = '\\'   # kind of escape char
    my $s = '\'';  # this is a string to use for splitting
    ...
    }
    my $re = "(?<!\Q$e\E)\Q$s\E";
    $split_re = qr/$re/s;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://366529]
Approved by Happy-the-monk
Front-paged by calin
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found