isEmail
fun String.isEmail(): Boolean
isGeoLocation
fun String.isGeoLocation(): Boolean
isPhone
fun String.isPhone(): Boolean
isUrl
fun String.isUrl(): Boolean
Checks if this String is a URL.
toNormalizedUrl
fun String.toNormalizedUrl(): String
Normalizes a URL String.