CharSequence
Functions
Link copied to clipboard
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
Properties
Inheritors
Extensions
Link copied to clipboard
Returns true if this string is empty or consists solely of whitespace characters.
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
actual fun CharSequence.regionMatches(thisOffset: Int, other: CharSequence, otherOffset: Int, length: Int, ignoreCase: Boolean = false): Boolean
Returns true if the specified range in this char sequence is equal to the specified range in another char sequence.
Since Kotlin 1.0
Link copied to clipboard
Returns a new SortedSet of all characters.
Since Kotlin 1.0