isValidUrl

fun isValidUrl(replyToUrl: String): Boolean

Checks if a string is a valid URL.

Return

boolean indicating whether the string is a valid URL.

Parameters

replyToUrl

The string to be checked.