> From: Sven Neuhaus [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 9:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: test a password string for correctness
> 
> Too bad you can't write
> 
> y/A-Za-z// > y/0-9// > 1

Rejoice and be happy for in Perl 6 you should be able to do just that!

But, this solution is still wrong because it will not allow the number of
digits to be equal to the number of letters even if both are larger than 2.

--Ala

Reply via email to