Hi,
I have two strings with values say like
String s1 ="hello,test,fr om,one,party";
String s2 = "into,bytes,hel lo,to";
i need to compare s1 values with s2 values if exists i need to return the matched value.
can any one help how to proceed.
regards
raj
I have two strings with values say like
String s1 ="hello,test,fr om,one,party";
String s2 = "into,bytes,hel lo,to";
i need to compare s1 values with s2 values if exists i need to return the matched value.
can any one help how to proceed.
regards
raj
Comment