invoke

abstract operator fun invoke(email: String): Boolean

Validates an email address

Return

true if the email address is valid, false otherwise

Parameters

email

The email address to validate