Kotlin checking if a string contains a substring code example Example: kotlin check if string contains "AbBaCca".contains("bac", ignoreCase = true)