Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Named capture backreferences cannot be used in character classes?

by davido (Cardinal)
on Sep 26, 2013 at 17:05 UTC ( [id://1055865]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    m/(?(?=Z|Y)[Z]|[Y])/
    
  2. or download this
    (?(DEFINE)
        (?<NAME_PAT>....)
    )
    
  3. or download this
    print "Yes"
      if $string =~ m/(?(?=')'[^']|)
                      (?(?=")"[^"]|)/x;
    
  4. or download this
    m/(?:'[^']|"[^"])/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 08:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found