Discover if the String is a case insensitive
bool isCaseInsensitiveContains(String b) => JetUtils.isCaseInsensitiveContains(this, b);