ltrim

expect fun ltrim(data: String): String

Removes all whitespace from the left of given string.

Parameters

data

reference to string

actual fun ltrim(data: String): String

Removes all whitespace from the left of given string.

Return

copy of string without whitespace at the beginning

Parameters

data

reference to string

actual external fun ltrim(data: String): String

Removes all whitespace from the left of given string.

Return

copy of string without whitespace at the beginning

Parameters

data

reference to string