Re: anagrams

2008-07-07 Thread Brad Baxter
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 #!

Re: anagrams

2008-07-06 Thread Gunwant Singh
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.

Re: anagrams

2008-07-05 Thread Dr.Ruud
"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

anagrams (was: Re: Regex question.)

2008-07-05 Thread Dr.Ruud
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