Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: RegEx question

by ikegami (Patriarch)
on Dec 21, 2017 at 22:14 UTC ( [id://1206003]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /
       ^
    ...
       (?: .{0,3} | (?!bank}.{4} | .{5,} )
       $
    /sx
    
  2. or download this
    /
       ^
    ...
       (?: | [^b].* | b[^a].* | ba[^n].* | ban[^k].* | bank.+ )
       $
    /sx
    
  3. or download this
    /
       ^
    ...
       (?: (?!bank). )*
       $
    /sx
    

Log In?
Username:
Password:

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

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

    No recent polls found