endsWith
fun String.endsWith(
suffix: String,
ignoreCase: Boolean = false
): Boolean
(Common source) (JVM source) (JS source) (Native source)
Returns true
if this string ends with the specified suffix.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
fun String.endsWith(
suffix: String,
ignoreCase: Boolean = false
): Boolean
Returns true
if this string ends with the specified suffix.