trimStart (original) (raw)

Returns a subsequence of this char sequence having leading characters matching the predicate removed.

Since Kotlin

1.0


Returns a string having leading characters matching the predicate removed.

Since Kotlin

1.0


Returns a subsequence of this char sequence having leading characters from the chars array removed.

Since Kotlin

1.0


Returns a string having leading characters from the chars array removed.

Since Kotlin

1.0


Returns a subsequence of this char sequence having leading whitespace removed.

Since Kotlin

1.0


Returns a string having leading whitespace removed.

Since Kotlin

1.0