containsAnyOf

fun String.containsAnyOf(strings: List<String>, ignoreCase: Boolean = false): Boolean