Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: how to extract string by possible groupings?

by Laurent_R (Canon)
on Jun 03, 2014 at 06:49 UTC ( [id://1088344]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how to extract string by possible groupings?
in thread how to extract string by possible groupings?

(?:...) is used for non capturing parentheses. This is useful when you need to regroup a subpattern (for example for an alternation or a quantification), but are not interested in capturing the content in $1, $2, etc.
  • Comment on Re^3: how to extract string by possible groupings?

Log In?
Username:
Password:

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

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

    No recent polls found