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

Re: Look-Arounds in Regexes are Hard (Common Use of a Negative Lookahead)

by ikegami (Patriarch)
on Jul 24, 2009 at 08:42 UTC ( [id://782882]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /(?:(?!$re).)*/s
    
  2. or download this
    /[^$chars]*/
    

Log In?
Username:
Password:

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

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

    No recent polls found