Core API – Kotlin Programming Language (original) (raw)
subSequence
Returns a new character sequence that is a subsequence of this character sequence, starting at the specified startIndex and ending right before the specified endIndex.
Since Kotlin
1.0
startIndex
the start index (inclusive).
endIndex
the end index (exclusive).
Returns a new character sequence that is a subsequence of this character sequence, starting at the specified startIndex and ending right before the specified endIndex.
Since Kotlin
1.1
startIndex
the start index (inclusive).
endIndex
the end index (exclusive).
Returns a new character sequence that is a subsequence of this character sequence, starting at the specified startIndex and ending right before the specified endIndex.
Since Kotlin
1.0
startIndex
the start index (inclusive).
endIndex
the end index (exclusive).
Returns a new character sequence that is a subsequence of this character sequence, starting at the specified startIndex and ending right before the specified endIndex.
Since Kotlin
1.3
startIndex
the start index (inclusive).
endIndex
the end index (exclusive).
Returns a new character sequence that is a subsequence of this character sequence, starting at the specified startIndex and ending right before the specified endIndex.
Since Kotlin
1.8
startIndex
the start index (inclusive).
endIndex
the end index (exclusive).
Returns a new character sequence that is a subsequence of this character sequence, starting at the specified startIndex and ending right before the specified endIndex.
Since Kotlin
1.8
startIndex
the start index (inclusive).
endIndex
the end index (exclusive).