fun String.endsWith( suffix: String, ignoreCase: Boolean = false ): Boolean
fun String.endsWith( suffix: String, ignoreCase: Boolean ): Boolean
Returns true
if this string ends with the specified suffix.
Returns true
if this char sequence ends with the specified character.
Returns true
if this char sequence ends with the specified suffix.
© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/ends-with.html