validateUrl

fun validateUrl(url: String, findText: String): Boolean

Validates the content of a URL by checking if it contains a specific text.

Return

true if the specified text is not present in the URL content; false otherwise.

Parameters

url

The URL to validate.

findText

The text to search for in the content of the URL.