Join Slack
Powered by
<@U0BTF2L76>: if you want to remove any `.` from t...
# android
a
Andreas Sinz
05/23/2016, 8:52 AM
@nickst
: if you want to remove any
.
from the start, you could use
string.trimStart { it == "." }
Open in Slack
Previous
Next