Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: dir match, dir may or may not appear

by Anonymous Monk
on Jan 12, 2016 at 09:20 UTC ( [id://1152542]=note: print w/replies, xml ) Need Help??


in reply to Re^2: dir match, dir may or may not appear
in thread dir match, dir may or may not appear

a quantifier is +

a quantifier is {0,1}

You can't have {0,1}{0,1}{0,1}{0,1}

You can't have +{0,1}+{0,1}

If you want a pattern ([^/]+) to repeat, you have to group it

perlre, perlretut, perlrequick describe these words I've used, go fish

Log In?
Username:
Password:

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

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

    No recent polls found