Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: look-behind regex

by Abigail-II (Bishop)
on Jul 24, 2002 at 09:50 UTC ( [id://184750]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        /^(?:(?!pattern).)*$/s;
    
  2. or download this
        s/^((?:(?!toto).)*?)foo/${1}bar/s;
    
  3. or download this
        s/^((?:(?!toto).)*?)\Kfoo/bar/s;
    

Log In?
Username:
Password:

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

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

    No recent polls found