Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: implementing a scrabble-esque game on Termux III

by tybalt89 (Monsignor)
on Nov 23, 2019 at 22:50 UTC ( [id://11109126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $board =~ /(?<!\w).{2,}(?!\w)(?{ push @pat, [ $-[0], $& ] })(*FAIL)/
    +;
    
  2. or download this
    perl -le ' "abcd" =~ /.{2,}(?{print $&})(*FAIL)/ '
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-16 19:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found