kotlin.text.findAnyOf

findAnyOf

fun CharSequence.findAnyOf(
    strings: Collection<String>, 
    startIndex: Int = 0, 
    ignoreCase: Boolean = false
): Pair<Int, String>?

Finds the first occurrence of any of the specified strings in this char sequence, starting from the specified st