Say I have two strings,
String s1 = \"AbBaCca\"; String s2 = \"bac\";
I want to perform a check returning that s2 is contained
s2
or you can use a simple approach and just convert the string's case to substring's case and then use contains method.