endsWith

actual fun String.endsWith(suffix: String, ignoreCase: Boolean = false): Boolean(source)

Returns true if this string ends with the specified suffix.

Since Kotlin

1.0