dropLast

Returns a subsequence of this char sequence with the last n characters removed.

Since Kotlin

1.0

Throws

Samples


Returns a string with the last n characters removed.

Since Kotlin

1.0

Throws

Samples