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

Re: regex for word puzzle

by hv (Prior)
on Jun 13, 2005 at 09:28 UTC ( [id://466086]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /^(?:(?=.*e)(?=.*n)(?=.*c)(?=.*r)(?=.*a.*a)(?=.*m)(?=.*s)(?=.*t).{9,9}
    +)\z/oi
    
  2. or download this
    /^(?:(?:([encrmst])(?!.*\1)|([a])(?!.*\2.*\2))+)\z/oi
    

Log In?
Username:
Password:

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

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

    No recent polls found