findLastAnyOf
fun CharSequence.findLastAnyOf(
strings: Collection<String>,
startIndex: Int = lastIndex,
ignoreCase: Boolean = false
): Pair<Int, String>?
Finds the last occurrence of any of the specified strings in this char sequence, starting from the specified 登录查看完整内容