develooper Front page | perl.perl5.porters | Postings from February 2011

Re: Optimizing qr/STRING/msixpodual for amusement

Thread Previous | Thread Next
From:
Zefram
Date:
February 21, 2011 09:59
Subject:
Re: Optimizing qr/STRING/msixpodual for amusement
Message ID:
20110221175911.GA7321@lake.fysh.org
Abigail wrote:
>The 16 letter limit is a bit artificial, as it includes both /c and /ee. 
>And while matches can have /c, they cannot have /e; substitutions on
>the other hand can have /e, but not /c.

OK, let's get this right this time.  Substitutions *can* have /c, as
well as /e.

OPERATOR  LETTERS            PRONOUNCEABLE

qr//      aadilmpsuxo        oxiduplasma
m//       aacdgilmpsuxo      gudaxoplasmic
s///      aacdeegilmprsuxo   puxdacromegalies
tr///     cdsr               ???

I'm looking for pronouceable strings, based on English words, that
contain all the relevant letters with no duplications (except for "a"
and "e" appearing twice each).

-zefram

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About