Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: A Regex simple Question

by Sidhekin (Priest)
on Sep 06, 2007 at 15:54 UTC ( [id://637464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /^a(?!b)(?:(?!ab).)+b$/
    
  2. or download this
    /^(?!.*ab)a.+b$/
    
  3. or download this
    /^a(?:(?!ab.).)*b$/
    
  4. or download this
    /^(?!.+ab.)a.*b$/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found