Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Regex code assertion should be able to fail

by nobull (Friar)
on Aug 31, 2007 at 06:08 UTC ( [id://636266]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /(?(?{! whatever() })(?!))/
    
  2. or download this
    /(?(?{ whatever() })|(?!))/
    
  3. or download this
    /(?(?{ whatever() })|(*FAIL))/
    
  4. or download this
    /(?{ whatever() })/
    
  5. or download this
    /(?{ whatever() }?)/
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://636266]
Approved by graq
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found