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