Does the provided string contained in this string?
bool isCaseInsensitiveContains(String b) => GetUtils.isCaseInsensitiveContains(this, b);