Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Backtracking problem with .*(?!bar)

by olivierp (Hermit)
on Sep 24, 2003 at 08:16 UTC ( [id://293797]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $re[0] = qr (.*(?!system))i;
    $re[1] = qr (system)i;
    ...
        }
      }
    }
    
  2. or download this
    Regex: (?-xism:.*(?!system))    Value: oneitem
    oneitem matches (?-xism:.*(?!system))
    ...
    
    Regex: (?-xism:system)  Value: anothersystem
    anothersystem matches (?-xism:system)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found