Is the indexOf(String) method case sensitive? If so, is there a case insensitive version of it?
Just to sum it up, 3 solutions:
Now, what I was wondering was which one is the fastest? I'm guessing on average the first one.