com.isyscore.kotlin.android.StringExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-android Show documentation
Show all versions of common-android Show documentation
iSysCore Common Android Library
The newest version!
package com.isyscore.kotlin.android
import android.text.Editable
fun String.toEditable(): Editable = Editable.Factory().newEditable(this)