Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Matching and replacing the minimum string from the tail of the regex

by Anonymous Monk
on Aug 09, 2007 at 01:42 UTC ( [id://631448]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $starter = qr{    s    }xsm;  # starts with this string
    my $never   = qr{    s    }xsm;  # never starts with this string
    ...
    wibble wobble
    e p
    End of file
    
  2. or download this
    Random String
    s
    ...
    e f
    blah blah
    End of file
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found