Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Find out which subpattern matched in regex

by space_monk (Chaplain)
on Jun 14, 2013 at 12:26 UTC ( [id://1038955]=note: print w/replies, xml ) Need Help??


in reply to Find out which subpattern matched in regex

You can use "given/when" constructs to match against a regex array from 5.10 on

given ($_) { when (@reglist) { # you have a match } default { # you don't have a match } }
If you spot any bugs in my solutions, it's because I've deliberately left them in as an exercise for the reader! :-)

Log In?
Username:
Password:

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

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

    No recent polls found