trim Start
inline fun CharSequence.trimStart(predicate: (Char) -> Boolean): CharSequence
Content copied to clipboard
Returns a sub sequence of this char sequence having leading characters matching the predicate removed.
Returns a string having leading characters matching the predicate removed.
Returns a sub sequence of this char sequence having leading characters from the chars array removed.
Returns a string having leading characters from the chars array removed.
Returns a sub sequence of this char sequence having leading whitespace removed.
Returns a string having leading whitespace removed.