validateLink

open override fun validateLink(url: String): String?

Check a url and returns it if valid, otherwise it returns null.

Return

the url if valid, null otherwise

Parameters

url

url to validate.