All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.tech.skot.viewmodel.phone.kt Maven / Gradle / Ivy

The newest version!
package tech.skot.viewmodel


actual fun String?.formatPhoneNumber():String? {
    return this?.uppercase()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy