Searching for a substring in a string in case insensitive manner....
Hi All,
I have got a problem in my program where I am searching for a substring in a string. I used indexOf(String str). But my program needs to find substring with Ignore Case, i mean indexOfIgnoreCase(String str), but i didnot get any such method in String class. Please suggest a solution.
I apologize for my poor english.
Thanks in advance...
Srinivas P.
India.

