S
Steve
Hi,
I have an array of strings e.g. "one","two","three","four","fourteen"
From the following string "onethreefourteenten"
I would like to know that strings have been matched; strings
[0],[2],[4] but not [3].
What i'm trying to get is the longest word beginning at a particular
position, so the above example matches "fourteen" and not "four"
thanks,
I have an array of strings e.g. "one","two","three","four","fourteen"
From the following string "onethreefourteenten"
I would like to know that strings have been matched; strings
[0],[2],[4] but not [3].
What i'm trying to get is the longest word beginning at a particular
position, so the above example matches "fourteen" and not "four"
thanks,