Searching for one string in another string
Posted
by bigbluedragon
on Stack Overflow
See other posts from Stack Overflow
or by bigbluedragon
Published on 2010-05-30T20:11:39Z
Indexed on
2010/05/30
20:22 UTC
Read the original article
Hit count: 226
Hey
Let's say I have String Table that have a few strings (like mother, father, son) and now in this String Table I want to find every word that contains string "th" for example.
How should I do it? Method string.equals(string) won't help here.
© Stack Overflow or respective owner