Hi All
I wanted to write string.contains() in jdk 1.4, but i know 1.4 doesn't support contains is there any way to do the same
ex: if the string contains "," i want check the condition
String name;
if(name.contains(",")) is there any way to do in jdk 1.4
Regards
Ravi