Say I have two strings,
String s1 = \"AbBaCca\"; String s2 = \"bac\";
I want to perform a check returning that s2 is contained
s2
I'm not sure what your main question is here, but yes, .contains is case sensitive.