Need help regex, .... Word Possiblity ?
Posted: Tue Sep 20, 2005 9:20 pm
Dear friend's
Word Possiblity,
Would you like to help me. I have a problem with regex.
How can i match the word :
The input is bank word and character, then will find from
that character how word find in bank word input. Please post
me the code.
Example :
Input bank words
ant
bee
cat
dog
ewe
fly
gnu
Input character:
b e w
b b e e w w
t a n c u g d
Output:
0
2
3
Input charackter check with input bank word if match then
show output (how much match), if not output 0. Thank for
your help.
Regards,
Putu
Word Possiblity,
Would you like to help me. I have a problem with regex.
How can i match the word :
The input is bank word and character, then will find from
that character how word find in bank word input. Please post
me the code.
Example :
Input bank words
ant
bee
cat
dog
ewe
fly
gnu
Input character:
b e w
b b e e w w
t a n c u g d
Output:
0
2
3
Input charackter check with input bank word if match then
show output (how much match), if not output 0. Thank for
your help.
Regards,
Putu