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: 206

Filed under:
|

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

Related posts about java

Related posts about beginner