Is the indexOf(String) method case sensitive? If so, is there a case insensitive version of it?
There is an ignore case method in StringUtils class of Apache Commons Lang library
indexOfIgnoreCase(CharSequence str, CharSequence searchStr)