Front page | perl.fwp |
Postings from March 2002
Re: TPR1 post-mortem
Thread Previous
|
Thread Next
From:
Rick Klement
Date:
March 10, 2002 12:44
Subject:
Re: TPR1 post-mortem
Message ID:
3C8BC5B0.4E9ABB72@pacbell.net
Ian Phillipps wrote:
>
> On Fri, 08 Mar 2002 at 18:27:00 +0000, Stephen Turner wrote:
> > I've looked quickly at all the entries up to 55 strokes, and identified the
> > following methods for difficult bits of the problem. Apologies for errors
> > and omissions!
>
> > Methods for pulling off all pairs of characters:
> >
> > /(?=(..)./ (Ton-52, Rick-52, Jukka-53, Antti-55, Adam-55)
> Surely
> /(?=(..).)/
Actually: /(?=(..))./
It needs to match one char...
--
Rick Klement
Thread Previous
|
Thread Next