Re: Comparing Two strings
- From: "Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx>
- Date: Mon, 11 Jul 2005 10:59:47 -0600
There is no such function. You would need to either write a routine that
came up with every possible combination of the given letters and compared
them to the string, or perhaps a different algorithm that counted the number
of occurrences or each letter in the string and returned true if they match.
--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
"Joseph" <Joseph@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E9CAAB3F-42BA-4EEA-9CE6-A294048FCA53@xxxxxxxxxxxxxxxx
> To give you more insight into what I'm trying to accomplish: If you are
> familiar with the word game "Jumble" that can be found in most newspapers,
I
> am trying to build a program that matches the scrambled letters against a
> list of words and finds a match.
>
.
- References:
- Comparing Two strings
- From: Joseph
- Comparing Two strings
- Prev by Date: Re: Secure communication between two VB6 programs
- Next by Date: Re: Comparing two strings
- Previous by thread: Comparing Two strings
- Next by thread: Re: Comparing Two strings
- Index(es):
Relevant Pages
|