![JAR search and dependency download from the Maven repository](/logo.png)
jvmMain.tech.skot.viewmodel.phone.kt Maven / Gradle / Ivy
package tech.skot.viewmodel
actual fun String?.formatPhoneNumber():String? {
return this?.uppercase()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package tech.skot.viewmodel
actual fun String?.formatPhoneNumber():String? {
return this?.uppercase()
}