Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Problem with negative lookahead at end of string

by tye (Sage)
on Jun 21, 2004 at 15:12 UTC ( [id://368469]=note: print w/replies, xml ) Need Help??


in reply to Problem with negative lookahead at end of string

/^chars(?!.*that).*this.*(?<!whatever)$/

If "whatever" is actually a pattern that can match more than a single length of string, then instead use:

/^chars(?!.*that).*this(?!.*whatever$)/

And note that the (?!.*that) part doesn't need to be repeated.

- tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2025-04-20 10:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.