On Jul 6, 9:31 am, [EMAIL PROTECTED] (Gunwant Singh) wrote:
> Thnx for your solution, although I did not get the complete solution as
> explained in your earlier email.
> Can you please simplify your explanation. Also, would it not be possible
> w/o making wordlist.unified.
>
> Thanks.
1 #!
Hi,
Thnx for your solution, although I did not get the complete solution as
explained in your earlier email.
Can you please simplify your explanation. Also, would it not be possible
w/o making wordlist.unified.
Thanks.
Dr.Ruud wrote:
Gunwant Singh:
I have a query regarding regexes.
"Dr.Ruud" schreef:
> $sorted = join "", sort split "", lc($word);
This one is better:
$sorted = join "", sort split //, lc($word);
The parentheses around $word are (also) not necessary.
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Gunwant Singh schreef:
> I have a query regarding regexes.
No, you don't.
> I am to match only one specific word in a wordlist which has only
> those alphabets which it contains and none other than that.
To do that, you can use regexes, but you don't need to.
> My Wordlist contains:
>
> alph