DB2Problem
Programmer
Hello,
I have string variables and i want to test the containment of one string in other
For Example
String a = "microsoft software";
String b = "abcd microsoft software efgh";
How can i test that string b contains string a ? String b has string a but it can be anywhere with in string b.
Please help with this code.
Thanks a lot
I have string variables and i want to test the containment of one string in other
For Example
String a = "microsoft software";
String b = "abcd microsoft software efgh";
How can i test that string b contains string a ? String b has string a but it can be anywhere with in string b.
Please help with this code.
Thanks a lot